#D1BACA

Color #D1BACA Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D1BACA

Tints of Maverick #D1BACA

Color information

#D1BACA (or 0xD1BACA) is unknown color: approx Maverick. HEX triplet: D1, BA and CA. RGB value is (209,186,202). Sum of RGB (Red+Green+Blue) = 209+186+202=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACA is #2E4535. Grayscale: #C2C2C2. Windows color (decimal): -3032374 or 13286097. OLE color: 13286097.

HSL color Cylindrical-coordinate representation of color #D1BACA: hue angle of 318.26º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BACA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209186202-
CMYK00.110.030.18
HSL318.26º20%77.45%-
HSV(B)318.26º11%81.96%-
XYZ54.5152.9463.22-
YUV194.7132.12138.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=35.01%
G=31.16%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918620200.110.030.18318.262077.45
HexD1BACA0B31213e144d
Octal32127231201332247624115
Binary110100011011101011001010010111110010100111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BACA; }

 p { color: rgb(209,186,202); }

 H1.HeaderClassName
 {
   color: #D1BACA;
 }
 .AnyTagClassName
 {
   color: #D1BACA;
 }
</style>
background-color css

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

 a { background-color: rgb(209,186,202); }

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

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

 span { border-color: rgb(209,186,202); }

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