Html Css Color HEX #BCABB2 Lily

📋 copy color: '#BCABB2'

red 188 ◦ green 171 ◦ blue 178

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

Shades of Lily #BCABB2

Tints of Lily #BCABB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 35.01%
G = 31.84%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCABB2 (or 0xBCABB2) is known color: Lily. HEX triplet: BC, AB and B2. RGB value is (188,171,178). Sum of RGB (Red+Green+Blue) = 188+171+178=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABB2 is #43544D. Grayscale: #B0B0B0. Windows color (decimal): -4412494 or 11709372. OLE color: 11709372.

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

Color convert

RGB 188 171 178 -
CMYK 0 0.09 0.05 0.26
HSL 335.29º 0.11% 0.7% -
HSV(B) 335.29º 0.09% 0.74% -
XYZ 43.34 43.03 48.14 -
YUV 176.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 188 171 178 0 0.09 0.05 0.26 335.29 0.11 0.7
Hex BC AB B2 0 9 5 1A 14F B 46
Octal 274 253 262 0 11 5 32 517 13 106
Binary 10111100 10101011 10110010 0 1001 101 11010 101001111 1011 1000110

Color Harmonies of #BCABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABB2

Black with #BCABB2

Text Example


Text Example

White with #BCABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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