Html Css Color HEX #BB9CAB Lily

📋 copy color: '#BB9CAB'

red 187 ◦ green 156 ◦ blue 171

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

Shades of Lily #BB9CAB

Tints of Lily #BB9CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

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

R = 36.38%
G = 30.35%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB9CAB (or 0xBB9CAB) is known color: Lily. HEX triplet: BB, 9C and AB. RGB value is (187,156,171). Sum of RGB (Red+Green+Blue) = 187+156+171=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CAB is #446354. Grayscale: #A6A6A6. Windows color (decimal): -4481877 or 11246779. OLE color: 11246779.

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

Color convert

RGB 187 156 171 -
CMYK 0 0.17 0.09 0.27
HSL 330.97º 0.19% 0.67% -
HSV(B) 330.97º 0.17% 0.73% -
XYZ 39.73 37.28 43.63 -
YUV 166.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 187 156 171 0 0.17 0.09 0.27 330.97 0.19 0.67
Hex BB 9C AB 0 11 9 1B 14B 13 43
Octal 273 234 253 0 21 11 33 513 23 103
Binary 10111011 10011100 10101011 0 10001 1001 11011 101001011 10011 1000011

Color Harmonies of #BB9CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CAB

Black with #BB9CAB

Text Example


Text Example

White with #BB9CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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