Html Css Color HEX #BCABB0 Lily

📋 copy color: '#BCABB0'

red 188 ◦ green 171 ◦ blue 176

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

Shades of Lily #BCABB0

Tints of Lily #BCABB0

RGB

 RED value IS 188 (73.83% from 255) = 35.14%

 GREEN value IS 171 (67.19% from 255) = 31.96%

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 35.14%
G = 31.96%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCABB0 (or 0xBCABB0) is known color: Lily. HEX triplet: BC, AB and B0. RGB value is (188,171,176). Sum of RGB (Red+Green+Blue) = 188+171+176=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABB0 is #43544F. Grayscale: #B0B0B0. Windows color (decimal): -4412496 or 11578300. OLE color: 11578300.

HSL color Cylindrical-coordinate representation of color #BCABB0: hue angle of 342.35º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCABB0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 176 -
CMYK 0 0.09 0.06 0.26
HSL 342.35º 0.11% 0.7% -
HSV(B) 342.35º 0.09% 0.74% -
XYZ 43.14 42.95 47.09 -
YUV 176.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 188 171 176 0 0.09 0.06 0.26 342.35 0.11 0.7
Hex BC AB B0 0 9 6 1A 156 B 46
Octal 274 253 260 0 11 6 32 526 13 106
Binary 10111100 10101011 10110000 0 1001 110 11010 101010110 1011 1000110

Color Harmonies of #BCABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABB0

Black with #BCABB0

Text Example


Text Example

White with #BCABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABB0; }

 p { color: rgb(188,171,176); }

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

background-color css

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

 a { background-color: rgb(188,171,176); }

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

border-color css

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

 span { border-color: rgb(188,171,176); }

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