Html Css Color HEX #BBAAB4 Lily

📋 copy color: '#BBAAB4'

red 187 ◦ green 170 ◦ blue 180

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

Shades of Lily #BBAAB4

Tints of Lily #BBAAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.66%

 BLUE value IS 180 (70.7% from 255) = 33.52%

R = 34.82%
G = 31.66%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BBAAB4 (or 0xBBAAB4) is known color: Lily. HEX triplet: BB, AA and B4. RGB value is (187,170,180). Sum of RGB (Red+Green+Blue) = 187+170+180=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB4 is #44554B. Grayscale: #B0B0B0. Windows color (decimal): -4478284 or 11840187. OLE color: 11840187.

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

Color convert

RGB 187 170 180 -
CMYK 0 0.09 0.04 0.27
HSL 324.71º 0.11% 0.7% -
HSV(B) 324.71º 0.09% 0.73% -
XYZ 43.11 42.61 49.13 -
YUV 176.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 187 170 180 0 0.09 0.04 0.27 324.71 0.11 0.7
Hex BB AA B4 0 9 4 1B 145 B 46
Octal 273 252 264 0 11 4 33 505 13 106
Binary 10111011 10101010 10110100 0 1001 100 11011 101000101 1011 1000110

Color Harmonies of #BBAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAB4

Black with #BBAAB4

Text Example


Text Example

White with #BBAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAB4; }

 p { color: rgb(187,170,180); }

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

background-color css

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

 a { background-color: rgb(187,170,180); }

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

border-color css

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

 span { border-color: rgb(187,170,180); }

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