Html Css Color HEX #BB9EAE Lily

📋 copy color: '#BB9EAE'

red 187 ◦ green 158 ◦ blue 174

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

Shades of Lily #BB9EAE

Tints of Lily #BB9EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 36.03%
G = 30.44%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB9EAE (or 0xBB9EAE) is known color: Lily. HEX triplet: BB, 9E and AE. RGB value is (187,158,174). Sum of RGB (Red+Green+Blue) = 187+158+174=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAE is #446151. Grayscale: #A8A8A8. Windows color (decimal): -4481362 or 11443899. OLE color: 11443899.

HSL color Cylindrical-coordinate representation of color #BB9EAE: hue angle of 326.9º 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 #BB9EAE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 174 -
CMYK 0 0.16 0.07 0.27
HSL 326.9º 0.18% 0.68% -
HSV(B) 326.9º 0.16% 0.73% -
XYZ 40.36 38.07 45.27 -
YUV 168.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 187 158 174 0 0.16 0.07 0.27 326.9 0.18 0.68
Hex BB 9E AE 0 10 7 1B 147 12 44
Octal 273 236 256 0 20 7 33 507 22 104
Binary 10111011 10011110 10101110 0 10000 111 11011 101000111 10010 1000100

Color Harmonies of #BB9EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EAE

Black with #BB9EAE

Text Example


Text Example

White with #BB9EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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