Html Css Color HEX #BBACB5 Lily

📋 copy color: '#BBACB5'

red 187 ◦ green 172 ◦ blue 181

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

Shades of Lily #BBACB5

Tints of Lily #BBACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.85%

 BLUE value IS 181 (71.09% from 255) = 33.52%

R = 34.63%
G = 31.85%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BBACB5 (or 0xBBACB5) is known color: Lily. HEX triplet: BB, AC and B5. RGB value is (187,172,181). Sum of RGB (Red+Green+Blue) = 187+172+181=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB5 is #44534A. Grayscale: #B1B1B1. Windows color (decimal): -4477771 or 11906235. OLE color: 11906235.

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

Color convert

RGB 187 172 181 -
CMYK 0 0.08 0.03 0.27
HSL 324º 0.1% 0.7% -
HSV(B) 324º 0.08% 0.73% -
XYZ 43.59 43.41 49.8 -
YUV 177.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 187 172 181 0 0.08 0.03 0.27 324 0.1 0.7
Hex BB AC B5 0 8 3 1B 144 A 46
Octal 273 254 265 0 10 3 33 504 12 106
Binary 10111011 10101100 10110101 0 1000 11 11011 101000100 1010 1000110

Color Harmonies of #BBACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACB5

Black with #BBACB5

Text Example


Text Example

White with #BBACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACB5; }

 p { color: rgb(187,172,181); }

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

background-color css

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

 a { background-color: rgb(187,172,181); }

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

border-color css

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

 span { border-color: rgb(187,172,181); }

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