#B99CFD

Color #B99CFD Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #B99CFD

Tints of Perfume #B99CFD

Color information

#B99CFD (or 0xB99CFD) is unknown color: approx Perfume. HEX triplet: B9, 9C and FD. RGB value is (185,156,253). Sum of RGB (Red+Green+Blue) = 185+156+253=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #B99CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CFD is #466302. Grayscale: #AFAFAF. Windows color (decimal): -4612867 or 16620729. OLE color: 16620729.

HSL color Cylindrical-coordinate representation of color #B99CFD: hue angle of 257.94º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B99CFD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185156253-
CMYK0.270.3800.01
HSL257.94º96.04%80.2%-
HSV(B)257.94º38.34%99.22%-
XYZ49.6341.1898.26-
YUV175.73171.61134.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 31.14%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=31.14%
G=26.26%
B=42.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851562530.270.3800.01257.9496.0480.2
HexB99CFD1B26011026050
Octal271234375334601402140120
Binary101110011001110011111101110111001100110000001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CFD; }

 p { color: rgb(185,156,253); }

 H1.HeaderClassName
 {
   color: #B99CFD;
 }
 .AnyTagClassName
 {
   color: #B99CFD;
 }
</style>
background-color css

<style>
 a { background-color: #B99CFD; }

 a { background-color: rgb(185,156,253); }

 div.DivClassName
 {
   background-color: #B99CFD;
 }
 .BgClassName
 {
   background-color: #B99CFD;
 }
</style>
border-color css

<style>
 span { border-color: #B99CFD; }

 span { border-color: rgb(185,156,253); }

 td.TdClassName
 {
   border-color: #B99CFD;
 }
 .TagClassName
 {
   border-color: #B99CFD;
 }
</style>