#BCAFBA

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

Shades of Maverick #BCAFBA

Tints of Maverick #BCAFBA

Color information

#BCAFBA (or 0xBCAFBA) is unknown color: approx Maverick. HEX triplet: BC, AF and BA. RGB value is (188,175,186). Sum of RGB (Red+Green+Blue) = 188+175+186=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFBA is #435045. Grayscale: #B4B4B4. Windows color (decimal): -4411462 or 12234684. OLE color: 12234684.

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

Color convert

RGB188175186-
CMYK00.070.010.26
HSL309.23º8.84%71.18%-
HSV(B)309.23º6.91%73.73%-
XYZ44.9344.952.75-
YUV180.14131.31133.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=34.24%
G=31.88%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817518600.070.010.26309.238.8471.18
HexBCAFBA0711A135947
Octal2742572720713246511107
Binary101111001010111110111010011111101010011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFBA; }

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

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

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

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

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

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

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

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