Html Css Color HEX #BCA2AD Lily

📋 copy color: '#BCA2AD'

red 188 ◦ green 162 ◦ blue 173

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

Shades of Lily #BCA2AD

Tints of Lily #BCA2AD

RGB

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

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

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

R = 35.95%
G = 30.98%
B = 33.08%

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

#BCA2AD (or 0xBCA2AD) is known color: Lily. HEX triplet: BC, A2 and AD. RGB value is (188,162,173). Sum of RGB (Red+Green+Blue) = 188+162+173=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2AD is #435D52. Grayscale: #ABABAB. Windows color (decimal): -4414803 or 11379388. OLE color: 11379388.

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

Color convert

RGB 188 162 173 -
CMYK 0 0.14 0.08 0.26
HSL 334.62º 0.16% 0.69% -
HSV(B) 334.62º 0.14% 0.74% -
XYZ 41.2 39.55 45 -
YUV 171.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 188 162 173 0 0.14 0.08 0.26 334.62 0.16 0.69
Hex BC A2 AD 0 E 8 1A 14F 10 45
Octal 274 242 255 0 16 10 32 517 20 105
Binary 10111100 10100010 10101101 0 1110 1000 11010 101001111 10000 1000101

Color Harmonies of #BCA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2AD

Black with #BCA2AD

Text Example


Text Example

White with #BCA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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