#BEB9CE

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

Shades of Blue Haze #BEB9CE

Tints of Blue Haze #BEB9CE

Color information

#BEB9CE (or 0xBEB9CE) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and CE. RGB value is (190,185,206). Sum of RGB (Red+Green+Blue) = 190+185+206=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CE is #414631. Grayscale: #BCBCBC. Windows color (decimal): -4277810 or 13547966. OLE color: 13547966.

HSL color Cylindrical-coordinate representation of color #BEB9CE: hue angle of 254.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB9CE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190185206-
CMYK0.080.1000.19
HSL254.29º17.65%76.67%-
HSV(B)254.29º10.19%80.78%-
XYZ49.7250.165.44-
YUV188.89137.66128.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=32.70%
G=31.84%
B=35.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901852060.080.1000.19254.2917.6576.67
HexBEB9CE8A013fe124d
Octal276271316101202337622115
Binary1011111010111001110011101000101001001111111110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9CE; }

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

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

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

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

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

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

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

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