Html Css Color HEX #BB9FAB Lily

📋 copy color: '#BB9FAB'

red 187 ◦ green 159 ◦ blue 171

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

Shades of Lily #BB9FAB

Tints of Lily #BB9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 36.17%
G = 30.75%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB9FAB (or 0xBB9FAB) is known color: Lily. HEX triplet: BB, 9F and AB. RGB value is (187,159,171). Sum of RGB (Red+Green+Blue) = 187+159+171=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAB is #446054. Grayscale: #A8A8A8. Windows color (decimal): -4481109 or 11247547. OLE color: 11247547.

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

Color convert

RGB 187 159 171 -
CMYK 0 0.15 0.09 0.27
HSL 334.29º 0.17% 0.68% -
HSV(B) 334.29º 0.15% 0.73% -
XYZ 40.24 38.3 43.8 -
YUV 168.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 187 159 171 0 0.15 0.09 0.27 334.29 0.17 0.68
Hex BB 9F AB 0 F 9 1B 14E 11 44
Octal 273 237 253 0 17 11 33 516 21 104
Binary 10111011 10011111 10101011 0 1111 1001 11011 101001110 10001 1000100

Color Harmonies of #BB9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FAB

Black with #BB9FAB

Text Example


Text Example

White with #BB9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FAB; }

 p { color: rgb(187,159,171); }

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

background-color css

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

 a { background-color: rgb(187,159,171); }

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

border-color css

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

 span { border-color: rgb(187,159,171); }

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