Html Css Color HEX #BCA0AC Lily

📋 copy color: '#BCA0AC'

red 188 ◦ green 160 ◦ blue 172

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

Shades of Lily #BCA0AC

Tints of Lily #BCA0AC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.77%

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 36.15%
G = 30.77%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCA0AC (or 0xBCA0AC) is known color: Lily. HEX triplet: BC, A0 and AC. RGB value is (188,160,172). Sum of RGB (Red+Green+Blue) = 188+160+172=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0AC is #435F53. Grayscale: #A9A9A9. Windows color (decimal): -4415316 or 11313340. OLE color: 11313340.

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

Color convert

RGB 188 160 172 -
CMYK 0 0.15 0.09 0.26
HSL 334.29º 0.17% 0.68% -
HSV(B) 334.29º 0.15% 0.74% -
XYZ 40.76 38.81 44.37 -
YUV 169.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 188 160 172 0 0.15 0.09 0.26 334.29 0.17 0.68
Hex BC A0 AC 0 F 9 1A 14E 11 44
Octal 274 240 254 0 17 11 32 516 21 104
Binary 10111100 10100000 10101100 0 1111 1001 11010 101001110 10001 1000100

Color Harmonies of #BCA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0AC

Black with #BCA0AC

Text Example


Text Example

White with #BCA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0AC; }

 p { color: rgb(188,160,172); }

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

background-color css

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

 a { background-color: rgb(188,160,172); }

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

border-color css

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

 span { border-color: rgb(188,160,172); }

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