#BEBAC9

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

Shades of Blue Haze #BEBAC9

Tints of Blue Haze #BEBAC9

Color information

#BEBAC9 (or 0xBEBAC9) is unknown color: approx Blue Haze. HEX triplet: BE, BA and C9. RGB value is (190,186,201). Sum of RGB (Red+Green+Blue) = 190+186+201=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAC9 is #414536. Grayscale: #BCBCBC. Windows color (decimal): -4277559 or 13220542. OLE color: 13220542.

HSL color Cylindrical-coordinate representation of color #BEBAC9: hue angle of 256º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBAC9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190186201-
CMYK0.050.0700.21
HSL256º12.2%75.88%-
HSV(B)256º7.46%78.82%-
XYZ49.3450.2862.36-
YUV188.91134.83128.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=32.93%
G=32.24%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901862010.050.0700.2125612.275.88
HexBEBAC957015100c4c
Octal2762723115702540014114
Binary10111110101110101100100110111101010110000000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAC9; }

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

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

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

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

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

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

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

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