Html Css Color HEX #BB9AA8 Lily

📋 copy color: '#BB9AA8'

red 187 ◦ green 154 ◦ blue 168

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

Shades of Lily #BB9AA8

Tints of Lily #BB9AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 36.74%
G = 30.26%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB9AA8 (or 0xBB9AA8) is known color: Lily. HEX triplet: BB, 9A and A8. RGB value is (187,154,168). Sum of RGB (Red+Green+Blue) = 187+154+168=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AA8 is #446557. Grayscale: #A5A5A5. Windows color (decimal): -4482392 or 11049659. OLE color: 11049659.

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

Color convert

RGB 187 154 168 -
CMYK 0 0.18 0.10 0.27
HSL 334.55º 0.2% 0.67% -
HSV(B) 334.55º 0.18% 0.73% -
XYZ 39.12 36.5 42.03 -
YUV 165.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 187 154 168 0 0.18 0.10 0.27 334.55 0.2 0.67
Hex BB 9A A8 0 12 A 1B 14F 14 43
Octal 273 232 250 0 22 12 33 517 24 103
Binary 10111011 10011010 10101000 0 10010 1010 11011 101001111 10100 1000011

Color Harmonies of #BB9AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AA8

Black with #BB9AA8

Text Example


Text Example

White with #BB9AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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