Html Css Color HEX #BCA1AD Lily

📋 copy color: '#BCA1AD'

red 188 ◦ green 161 ◦ blue 173

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

Shades of Lily #BCA1AD

Tints of Lily #BCA1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.84%

 BLUE value IS 173 (67.97% from 255) = 33.14%

R = 36.02%
G = 30.84%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BCA1AD (or 0xBCA1AD) is known color: Lily. HEX triplet: BC, A1 and AD. RGB value is (188,161,173). Sum of RGB (Red+Green+Blue) = 188+161+173=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1AD is #435E52. Grayscale: #AAAAAA. Windows color (decimal): -4415059 or 11379132. OLE color: 11379132.

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

Color convert

RGB 188 161 173 -
CMYK 0 0.14 0.08 0.26
HSL 333.33º 0.17% 0.68% -
HSV(B) 333.33º 0.14% 0.74% -
XYZ 41.03 39.2 44.94 -
YUV 170.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 188 161 173 0 0.14 0.08 0.26 333.33 0.17 0.68
Hex BC A1 AD 0 E 8 1A 14D 11 44
Octal 274 241 255 0 16 10 32 515 21 104
Binary 10111100 10100001 10101101 0 1110 1000 11010 101001101 10001 1000100

Color Harmonies of #BCA1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1AD

Black with #BCA1AD

Text Example


Text Example

White with #BCA1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1AD; }

 p { color: rgb(188,161,173); }

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

background-color css

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

 a { background-color: rgb(188,161,173); }

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

border-color css

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

 span { border-color: rgb(188,161,173); }

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