#BEB9D6

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

Shades of Blue Haze #BEB9D6

Tints of Blue Haze #BEB9D6

Color information

#BEB9D6 (or 0xBEB9D6) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and D6. RGB value is (190,185,214). Sum of RGB (Red+Green+Blue) = 190+185+214=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEB9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9D6 is #414629. Grayscale: #BDBDBD. Windows color (decimal): -4277802 or 14072254. OLE color: 14072254.

HSL color Cylindrical-coordinate representation of color #BEB9D6: hue angle of 250.34º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB9D6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190185214-
CMYK0.110.1400.16
HSL250.34º26.13%78.24%-
HSV(B)250.34º13.55%83.92%-
XYZ50.7250.570.69-
YUV189.8141.66128.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=32.26%
G=31.41%
B=36.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901852140.110.1400.16250.3426.1378.24
HexBEB9D6BE010fa1a4e
Octal276271326131602037232116
Binary1011111010111001110101101011111001000011111010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9D6; }

 p { color: rgb(190,185,214); }

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

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

 a { background-color: rgb(190,185,214); }

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

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

 span { border-color: rgb(190,185,214); }

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