Html Css Color HEX #BB9AAC Lily

📋 copy color: '#BB9AAC'

red 187 ◦ green 154 ◦ blue 172

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

Shades of Lily #BB9AAC

Tints of Lily #BB9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

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

R = 36.45%
G = 30.02%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB9AAC (or 0xBB9AAC) is known color: Lily. HEX triplet: BB, 9A and AC. RGB value is (187,154,172). Sum of RGB (Red+Green+Blue) = 187+154+172=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AAC is #446553. Grayscale: #A5A5A5. Windows color (decimal): -4482388 or 11311803. OLE color: 11311803.

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

Color convert

RGB 187 154 172 -
CMYK 0 0.18 0.08 0.27
HSL 327.27º 0.2% 0.67% -
HSV(B) 327.27º 0.18% 0.73% -
XYZ 39.5 36.65 44.02 -
YUV 165.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 187 154 172 0 0.18 0.08 0.27 327.27 0.2 0.67
Hex BB 9A AC 0 12 8 1B 147 14 43
Octal 273 232 254 0 22 10 33 507 24 103
Binary 10111011 10011010 10101100 0 10010 1000 11011 101000111 10100 1000011

Color Harmonies of #BB9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AAC

Black with #BB9AAC

Text Example


Text Example

White with #BB9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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