Html Css Color HEX #BCABB6 Lily

📋 copy color: '#BCABB6'

red 188 ◦ green 171 ◦ blue 182

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

Shades of Lily #BCABB6

Tints of Lily #BCABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 34.75%
G = 31.61%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCABB6 (or 0xBCABB6) is known color: Lily. HEX triplet: BC, AB and B6. RGB value is (188,171,182). Sum of RGB (Red+Green+Blue) = 188+171+182=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB6 is #435449. Grayscale: #B1B1B1. Windows color (decimal): -4412490 or 11971516. OLE color: 11971516.

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

Color convert

RGB 188 171 182 -
CMYK 0 0.09 0.03 0.26
HSL 321.18º 0.11% 0.7% -
HSV(B) 321.18º 0.09% 0.74% -
XYZ 43.75 43.19 50.29 -
YUV 177.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 188 171 182 0 0.09 0.03 0.26 321.18 0.11 0.7
Hex BC AB B6 0 9 3 1A 141 B 46
Octal 274 253 266 0 11 3 32 501 13 106
Binary 10111100 10101011 10110110 0 1001 11 11010 101000001 1011 1000110

Color Harmonies of #BCABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABB6

Black with #BCABB6

Text Example


Text Example

White with #BCABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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