Html Css Color HEX #BCA6AD Lily

📋 copy color: '#BCA6AD'

red 188 ◦ green 166 ◦ blue 173

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

Shades of Lily #BCA6AD

Tints of Lily #BCA6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.5%

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

R = 35.67%
G = 31.5%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BCA6AD (or 0xBCA6AD) is known color: Lily. HEX triplet: BC, A6 and AD. RGB value is (188,166,173). Sum of RGB (Red+Green+Blue) = 188+166+173=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6AD is #435952. Grayscale: #ADADAD. Windows color (decimal): -4413779 or 11380412. OLE color: 11380412.

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

Color convert

RGB 188 166 173 -
CMYK 0 0.12 0.08 0.26
HSL 340.91º 0.14% 0.69% -
HSV(B) 340.91º 0.12% 0.74% -
XYZ 41.92 40.98 45.24 -
YUV 173.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 188 166 173 0 0.12 0.08 0.26 340.91 0.14 0.69
Hex BC A6 AD 0 C 8 1A 155 E 45
Octal 274 246 255 0 14 10 32 525 16 105
Binary 10111100 10100110 10101101 0 1100 1000 11010 101010101 1110 1000101

Color Harmonies of #BCA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6AD

Black with #BCA6AD

Text Example


Text Example

White with #BCA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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