Html Css Color HEX #BBA3AC Lily

📋 copy color: '#BBA3AC'

red 187 ◦ green 163 ◦ blue 172

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

Shades of Lily #BBA3AC

Tints of Lily #BBA3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.23%

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

R = 35.82%
G = 31.23%
B = 32.95%

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

#BBA3AC (or 0xBBA3AC) is known color: Lily. HEX triplet: BB, A3 and AC. RGB value is (187,163,172). Sum of RGB (Red+Green+Blue) = 187+163+172=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3AC is #445C53. Grayscale: #ABABAB. Windows color (decimal): -4480084 or 11314107. OLE color: 11314107.

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

Color convert

RGB 187 163 172 -
CMYK 0 0.13 0.08 0.27
HSL 337.5º 0.15% 0.69% -
HSV(B) 337.5º 0.13% 0.73% -
XYZ 41.04 39.74 44.54 -
YUV 171.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 187 163 172 0 0.13 0.08 0.27 337.5 0.15 0.69
Hex BB A3 AC 0 D 8 1B 152 F 45
Octal 273 243 254 0 15 10 33 522 17 105
Binary 10111011 10100011 10101100 0 1101 1000 11011 101010010 1111 1000101

Color Harmonies of #BBA3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3AC

Black with #BBA3AC

Text Example


Text Example

White with #BBA3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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