#BCAFB9

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

Shades of Maverick #BCAFB9

Tints of Maverick #BCAFB9

Color information

#BCAFB9 (or 0xBCAFB9) is unknown color: approx Maverick. HEX triplet: BC, AF and B9. RGB value is (188,175,185). Sum of RGB (Red+Green+Blue) = 188+175+185=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB9 is #435046. Grayscale: #B4B4B4. Windows color (decimal): -4411463 or 12169148. OLE color: 12169148.

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

Color convert

RGB188175185-
CMYK00.070.020.26
HSL313.85º8.84%71.18%-
HSV(B)313.85º6.91%73.73%-
XYZ44.8344.8552.19-
YUV180.03130.81133.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=34.31%
G=31.93%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817518500.070.020.26313.858.8471.18
HexBCAFB90721A13a947
Octal2742572710723247211107
Binary1011110010101111101110010111101101010011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFB9; }

 p { color: rgb(188,175,185); }

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

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

 a { background-color: rgb(188,175,185); }

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

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

 span { border-color: rgb(188,175,185); }

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