Html Css Color HEX #BB9EAC Lily

📋 copy color: '#BB9EAC'

red 187 ◦ green 158 ◦ blue 172

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

Shades of Lily #BB9EAC

Tints of Lily #BB9EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.27%

R = 36.17%
G = 30.56%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB9EAC (or 0xBB9EAC) is known color: Lily. HEX triplet: BB, 9E and AC. RGB value is (187,158,172). Sum of RGB (Red+Green+Blue) = 187+158+172=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EAC is #446153. Grayscale: #A8A8A8. Windows color (decimal): -4481364 or 11312827. OLE color: 11312827.

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

Color convert

RGB 187 158 172 -
CMYK 0 0.16 0.08 0.27
HSL 331.03º 0.18% 0.68% -
HSV(B) 331.03º 0.16% 0.73% -
XYZ 40.17 38 44.25 -
YUV 168.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 187 158 172 0 0.16 0.08 0.27 331.03 0.18 0.68
Hex BB 9E AC 0 10 8 1B 14B 12 44
Octal 273 236 254 0 20 10 33 513 22 104
Binary 10111011 10011110 10101100 0 10000 1000 11011 101001011 10010 1000100

Color Harmonies of #BB9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EAC

Black with #BB9EAC

Text Example


Text Example

White with #BB9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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