#BEBAC7

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

Shades of Blue Haze #BEBAC7

Tints of Blue Haze #BEBAC7

Color information

#BEBAC7 (or 0xBEBAC7) is unknown color: approx Blue Haze. HEX triplet: BE, BA and C7. RGB value is (190,186,199). Sum of RGB (Red+Green+Blue) = 190+186+199=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAC7 is #414538. Grayscale: #BCBCBC. Windows color (decimal): -4277561 or 13089470. OLE color: 13089470.

HSL color Cylindrical-coordinate representation of color #BEBAC7: hue angle of 258.46º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBAC7 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190186199-
CMYK0.050.0700.22
HSL258.46º10.4%75.49%-
HSV(B)258.46º6.53%78.04%-
XYZ49.150.1961.13-
YUV188.68133.83128.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=33.04%
G=32.35%
B=34.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901861990.050.0700.22258.4610.475.49
HexBEBAC757016102a4b
Octal2762723075702640212113
Binary10111110101110101100011110111101011010000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAC7; }

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

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

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

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

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

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

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

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