#BEAFBA

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

Shades of Maverick #BEAFBA

Tints of Maverick #BEAFBA

Color information

#BEAFBA (or 0xBEAFBA) is unknown color: approx Maverick. HEX triplet: BE, AF and BA. RGB value is (190,175,186). Sum of RGB (Red+Green+Blue) = 190+175+186=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFBA is #415045. Grayscale: #B4B4B4. Windows color (decimal): -4280390 or 12234686. OLE color: 12234686.

HSL color Cylindrical-coordinate representation of color #BEAFBA: hue angle of 316º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEAFBA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190175186-
CMYK00.080.020.25
HSL316º10.34%71.57%-
HSV(B)316º7.89%74.51%-
XYZ45.4345.1552.78-
YUV180.74130.97134.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=34.48%
G=31.76%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017518600.080.020.2531610.3471.57
HexBEAFBA0821913ca48
Octal27625727201023147412110
Binary10111110101011111011101001000101100110011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFBA; }

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

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

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

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

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

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

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

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