Html Css Color HEX #B99CDE Perfume

📋 copy color: '#B99CDE'

red 185 ◦ green 156 ◦ blue 222

#B99CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #B99CDE

Tints of Perfume #B99CDE

RGB

 RED value IS 185 (72.66% from 255) = 32.86%

 GREEN value IS 156 (61.33% from 255) = 27.71%

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 32.86%
G = 27.71%
B = 39.43%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99CDE (or 0xB99CDE) is known color: Perfume. HEX triplet: B9, 9C and DE. RGB value is (185,156,222). Sum of RGB (Red+Green+Blue) = 185+156+222=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #B99CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDE is #466321. Grayscale: #ABABAB. Windows color (decimal): -4612898 or 14589113. OLE color: 14589113.

HSL color Cylindrical-coordinate representation of color #B99CDE: hue angle of 266.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99CDE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 156 222 -
CMYK 0.17 0.30 0 0.13
HSL 266.36º 0.5% 0.74% -
HSV(B) 266.36º 0.3% 0.87% -
XYZ 45.08 39.37 74.33 -
YUV 172.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 185 156 222 0.17 0.30 0 0.13 266.36 0.5 0.74
Hex B9 9C DE 11 1E 0 D 10A 32 4A
Octal 271 234 336 21 36 0 15 412 62 112
Binary 10111001 10011100 11011110 10001 11110 0 1101 100001010 110010 1001010

Color Harmonies of #B99CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CDE

Black with #B99CDE

Text Example


Text Example

White with #B99CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CDE; }

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

 H1.HeaderClassName
 {
   color: #B99CDE;
 }
 .AnyTagClassName
 {
   color: #B99CDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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