Html Css Color HEX #BCABB5 Lily

📋 copy color: '#BCABB5'

red 188 ◦ green 171 ◦ blue 181

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

Shades of Lily #BCABB5

Tints of Lily #BCABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.52%

R = 34.81%
G = 31.67%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BCABB5 (or 0xBCABB5) is known color: Lily. HEX triplet: BC, AB and B5. RGB value is (188,171,181). Sum of RGB (Red+Green+Blue) = 188+171+181=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB5 is #43544A. Grayscale: #B1B1B1. Windows color (decimal): -4412491 or 11905980. OLE color: 11905980.

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

Color convert

RGB 188 171 181 -
CMYK 0 0.09 0.04 0.26
HSL 324.71º 0.11% 0.7% -
HSV(B) 324.71º 0.09% 0.74% -
XYZ 43.64 43.15 49.75 -
YUV 177.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 188 171 181 0 0.09 0.04 0.26 324.71 0.11 0.7
Hex BC AB B5 0 9 4 1A 145 B 46
Octal 274 253 265 0 11 4 32 505 13 106
Binary 10111100 10101011 10110101 0 1001 100 11010 101000101 1011 1000110

Color Harmonies of #BCABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABB5

Black with #BCABB5

Text Example


Text Example

White with #BCABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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