#BCAEBA

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

Shades of Maverick #BCAEBA

Tints of Maverick #BCAEBA

Color information

#BCAEBA (or 0xBCAEBA) is unknown color: approx Maverick. HEX triplet: BC, AE and BA. RGB value is (188,174,186). Sum of RGB (Red+Green+Blue) = 188+174+186=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEBA is #435145. Grayscale: #B3B3B3. Windows color (decimal): -4411718 or 12234428. OLE color: 12234428.

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

Color convert

RGB188174186-
CMYK00.070.010.26
HSL308.57º9.46%70.98%-
HSV(B)308.57º7.45%73.73%-
XYZ44.7444.5152.69-
YUV179.55131.64134.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=34.31%
G=31.75%
B=33.94%

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
Decimal18817418600.070.010.26308.579.4670.98
HexBCAEBA0711A135947
Octal2742562720713246511107
Binary101111001010111010111010011111101010011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEBA; }

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

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

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

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

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

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

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

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