Html Css Color HEX #BBA2AC Lily

📋 copy color: '#BBA2AC'

red 187 ◦ green 162 ◦ blue 172

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

Shades of Lily #BBA2AC

Tints of Lily #BBA2AC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.09%

 BLUE value IS 172 (67.58% from 255) = 33.01%

R = 35.89%
G = 31.09%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BBA2AC (or 0xBBA2AC) is known color: Lily. HEX triplet: BB, A2 and AC. RGB value is (187,162,172). Sum of RGB (Red+Green+Blue) = 187+162+172=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AC is #445D53. Grayscale: #AAAAAA. Windows color (decimal): -4480340 or 11313851. OLE color: 11313851.

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

Color convert

RGB 187 162 172 -
CMYK 0 0.13 0.08 0.27
HSL 336º 0.16% 0.68% -
HSV(B) 336º 0.13% 0.73% -
XYZ 40.86 39.38 44.48 -
YUV 170.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 187 162 172 0 0.13 0.08 0.27 336 0.16 0.68
Hex BB A2 AC 0 D 8 1B 150 10 44
Octal 273 242 254 0 15 10 33 520 20 104
Binary 10111011 10100010 10101100 0 1101 1000 11011 101010000 10000 1000100

Color Harmonies of #BBA2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2AC

Black with #BBA2AC

Text Example


Text Example

White with #BBA2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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