Html Css Color HEX #BCAAB1 Lily

📋 copy color: '#BCAAB1'

red 188 ◦ green 170 ◦ blue 177

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

Shades of Lily #BCAAB1

Tints of Lily #BCAAB1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.78%

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

R = 35.14%
G = 31.78%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCAAB1 (or 0xBCAAB1) is known color: Lily. HEX triplet: BC, AA and B1. RGB value is (188,170,177). Sum of RGB (Red+Green+Blue) = 188+170+177=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAB1 is #43554E. Grayscale: #B0B0B0. Windows color (decimal): -4412751 or 11643580. OLE color: 11643580.

HSL color Cylindrical-coordinate representation of color #BCAAB1: hue angle of 336.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAB1 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 177 -
CMYK 0 0.10 0.06 0.26
HSL 336.67º 0.12% 0.7% -
HSV(B) 336.67º 0.1% 0.74% -
XYZ 43.05 42.62 47.55 -
YUV 176.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 188 170 177 0 0.10 0.06 0.26 336.67 0.12 0.7
Hex BC AA B1 0 A 6 1A 151 C 46
Octal 274 252 261 0 12 6 32 521 14 106
Binary 10111100 10101010 10110001 0 1010 110 11010 101010001 1100 1000110

Color Harmonies of #BCAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAB1

Black with #BCAAB1

Text Example


Text Example

White with #BCAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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