Html Css Color HEX #BBAAB3 Lily

📋 copy color: '#BBAAB3'

red 187 ◦ green 170 ◦ blue 179

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

Shades of Lily #BBAAB3

Tints of Lily #BBAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 34.89%
G = 31.72%
B = 33.4%

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

#BBAAB3 (or 0xBBAAB3) is known color: Lily. HEX triplet: BB, AA and B3. RGB value is (187,170,179). Sum of RGB (Red+Green+Blue) = 187+170+179=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB3 is #44554C. Grayscale: #B0B0B0. Windows color (decimal): -4478285 or 11774651. OLE color: 11774651.

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

Color convert

RGB 187 170 179 -
CMYK 0 0.09 0.04 0.27
HSL 328.24º 0.11% 0.7% -
HSV(B) 328.24º 0.09% 0.73% -
XYZ 43 42.57 48.6 -
YUV 176.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 187 170 179 0 0.09 0.04 0.27 328.24 0.11 0.7
Hex BB AA B3 0 9 4 1B 148 B 46
Octal 273 252 263 0 11 4 33 510 13 106
Binary 10111011 10101010 10110011 0 1001 100 11011 101001000 1011 1000110

Color Harmonies of #BBAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAB3

Black with #BBAAB3

Text Example


Text Example

White with #BBAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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