Html Css Color HEX #BCA2B1 Lily

📋 copy color: '#BCA2B1'

red 188 ◦ green 162 ◦ blue 177

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

Shades of Lily #BCA2B1

Tints of Lily #BCA2B1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.74%

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

R = 35.67%
G = 30.74%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCA2B1 (or 0xBCA2B1) is known color: Lily. HEX triplet: BC, A2 and B1. RGB value is (188,162,177). Sum of RGB (Red+Green+Blue) = 188+162+177=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2B1 is #435D4E. Grayscale: #ABABAB. Windows color (decimal): -4414799 or 11641532. OLE color: 11641532.

HSL color Cylindrical-coordinate representation of color #BCA2B1: hue angle of 325.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA2B1 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 177 -
CMYK 0 0.14 0.06 0.26
HSL 325.38º 0.16% 0.69% -
HSV(B) 325.38º 0.14% 0.74% -
XYZ 41.6 39.71 47.07 -
YUV 171.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 188 162 177 0 0.14 0.06 0.26 325.38 0.16 0.69
Hex BC A2 B1 0 E 6 1A 145 10 45
Octal 274 242 261 0 16 6 32 505 20 105
Binary 10111100 10100010 10110001 0 1110 110 11010 101000101 10000 1000101

Color Harmonies of #BCA2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2B1

Black with #BCA2B1

Text Example


Text Example

White with #BCA2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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