Html Css Color HEX #BCABB4 Lily

📋 copy color: '#BCABB4'

red 188 ◦ green 171 ◦ blue 180

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

Shades of Lily #BCABB4

Tints of Lily #BCABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 34.88%
G = 31.73%
B = 33.4%

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

#BCABB4 (or 0xBCABB4) is known color: Lily. HEX triplet: BC, AB and B4. RGB value is (188,171,180). Sum of RGB (Red+Green+Blue) = 188+171+180=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB4 is #43544B. Grayscale: #B1B1B1. Windows color (decimal): -4412492 or 11840444. OLE color: 11840444.

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

Color convert

RGB 188 171 180 -
CMYK 0 0.09 0.04 0.26
HSL 328.24º 0.11% 0.7% -
HSV(B) 328.24º 0.09% 0.74% -
XYZ 43.54 43.11 49.21 -
YUV 177.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 188 171 180 0 0.09 0.04 0.26 328.24 0.11 0.7
Hex BC AB B4 0 9 4 1A 148 B 46
Octal 274 253 264 0 11 4 32 510 13 106
Binary 10111100 10101011 10110100 0 1001 100 11010 101001000 1011 1000110

Color Harmonies of #BCABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABB4

Black with #BCABB4

Text Example


Text Example

White with #BCABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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