Html Css Color HEX #BB9EAA Lily

📋 copy color: '#BB9EAA'

red 187 ◦ green 158 ◦ blue 170

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

Shades of Lily #BB9EAA

Tints of Lily #BB9EAA

RGB

 RED value IS 187 (73.44% from 255) = 36.31%

 GREEN value IS 158 (62.11% from 255) = 30.68%

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 36.31%
G = 30.68%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB9EAA (or 0xBB9EAA) is known color: Lily. HEX triplet: BB, 9E and AA. RGB value is (187,158,170). Sum of RGB (Red+Green+Blue) = 187+158+170=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAA is #446155. Grayscale: #A8A8A8. Windows color (decimal): -4481366 or 11181755. OLE color: 11181755.

HSL color Cylindrical-coordinate representation of color #BB9EAA: hue angle of 335.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9EAA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 170 -
CMYK 0 0.16 0.09 0.27
HSL 335.17º 0.18% 0.68% -
HSV(B) 335.17º 0.16% 0.73% -
XYZ 39.98 37.92 43.24 -
YUV 168.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 187 158 170 0 0.16 0.09 0.27 335.17 0.18 0.68
Hex BB 9E AA 0 10 9 1B 14F 12 44
Octal 273 236 252 0 20 11 33 517 22 104
Binary 10111011 10011110 10101010 0 10000 1001 11011 101001111 10010 1000100

Color Harmonies of #BB9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EAA

Black with #BB9EAA

Text Example


Text Example

White with #BB9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EAA; }

 p { color: rgb(187,158,170); }

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

background-color css

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

 a { background-color: rgb(187,158,170); }

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

border-color css

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

 span { border-color: rgb(187,158,170); }

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