Html Css Color HEX #BBACB6 Lily

📋 copy color: '#BBACB6'

red 187 ◦ green 172 ◦ blue 182

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

Shades of Lily #BBACB6

Tints of Lily #BBACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 34.57%
G = 31.79%
B = 33.64%

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

#BBACB6 (or 0xBBACB6) is known color: Lily. HEX triplet: BB, AC and B6. RGB value is (187,172,182). Sum of RGB (Red+Green+Blue) = 187+172+182=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB6 is #445349. Grayscale: #B1B1B1. Windows color (decimal): -4477770 or 11971771. OLE color: 11971771.

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

Color convert

RGB 187 172 182 -
CMYK 0 0.08 0.03 0.27
HSL 320º 0.1% 0.7% -
HSV(B) 320º 0.08% 0.73% -
XYZ 43.69 43.45 50.34 -
YUV 177.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 187 172 182 0 0.08 0.03 0.27 320 0.1 0.7
Hex BB AC B6 0 8 3 1B 140 A 46
Octal 273 254 266 0 10 3 33 500 12 106
Binary 10111011 10101100 10110110 0 1000 11 11011 101000000 1010 1000110

Color Harmonies of #BBACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACB6

Black with #BBACB6

Text Example


Text Example

White with #BBACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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