#BCAFB8

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

Shades of Maverick #BCAFB8

Tints of Maverick #BCAFB8

Color information

#BCAFB8 (or 0xBCAFB8) is unknown color: approx Maverick. HEX triplet: BC, AF and B8. RGB value is (188,175,184). Sum of RGB (Red+Green+Blue) = 188+175+184=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB8 is #435047. Grayscale: #B3B3B3. Windows color (decimal): -4411464 or 12103612. OLE color: 12103612.

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

Color convert

RGB188175184-
CMYK00.070.020.26
HSL318.46º8.84%71.18%-
HSV(B)318.46º6.91%73.73%-
XYZ44.7244.8151.64-
YUV179.91130.31133.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=34.37%
G=31.99%
B=33.64%

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
Decimal18817518400.070.020.26318.468.8471.18
HexBCAFB80721A13e947
Octal2742572700723247611107
Binary1011110010101111101110000111101101010011111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFB8; }

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

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

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

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

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

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

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

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