#BEB9D0

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

Shades of Blue Haze #BEB9D0

Tints of Blue Haze #BEB9D0

Color information

#BEB9D0 (or 0xBEB9D0) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and D0. RGB value is (190,185,208). Sum of RGB (Red+Green+Blue) = 190+185+208=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9D0 is #41462F. Grayscale: #BDBDBD. Windows color (decimal): -4277808 or 13679038. OLE color: 13679038.

HSL color Cylindrical-coordinate representation of color #BEB9D0: hue angle of 253.04º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB9D0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190185208-
CMYK0.090.1100.18
HSL253.04º19.66%77.06%-
HSV(B)253.04º11.06%81.57%-
XYZ49.9750.266.73-
YUV189.12138.66128.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=32.59%
G=31.73%
B=35.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901852080.090.1100.18253.0419.6677.06
HexBEB9D09B012fd144d
Octal276271320111302237524115
Binary1011111010111001110100001001101101001011111101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9D0; }

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

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

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

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

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

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

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

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