Html Css Color HEX #BCABB1 Lily

📋 copy color: '#BCABB1'

red 188 ◦ green 171 ◦ blue 177

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

Shades of Lily #BCABB1

Tints of Lily #BCABB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.02%

R = 35.07%
G = 31.9%
B = 33.02%

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

#BCABB1 (or 0xBCABB1) is known color: Lily. HEX triplet: BC, AB and B1. RGB value is (188,171,177). Sum of RGB (Red+Green+Blue) = 188+171+177=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABB1 is #43544E. Grayscale: #B0B0B0. Windows color (decimal): -4412495 or 11643836. OLE color: 11643836.

HSL color Cylindrical-coordinate representation of color #BCABB1: hue angle of 338.82º 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 #BCABB1 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 177 -
CMYK 0 0.09 0.06 0.26
HSL 338.82º 0.11% 0.7% -
HSV(B) 338.82º 0.09% 0.74% -
XYZ 43.24 42.99 47.61 -
YUV 176.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 188 171 177 0 0.09 0.06 0.26 338.82 0.11 0.7
Hex BC AB B1 0 9 6 1A 153 B 46
Octal 274 253 261 0 11 6 32 523 13 106
Binary 10111100 10101011 10110001 0 1001 110 11010 101010011 1011 1000110

Color Harmonies of #BCABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABB1

Black with #BCABB1

Text Example


Text Example

White with #BCABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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