#BEB9CF

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

Shades of Blue Haze #BEB9CF

Tints of Blue Haze #BEB9CF

Color information

#BEB9CF (or 0xBEB9CF) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and CF. RGB value is (190,185,207). Sum of RGB (Red+Green+Blue) = 190+185+207=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CF is #414630. Grayscale: #BCBCBC. Windows color (decimal): -4277809 or 13613502. OLE color: 13613502.

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

Color convert

RGB190185207-
CMYK0.080.1100.19
HSL253.64º18.64%76.86%-
HSV(B)253.64º10.63%81.18%-
XYZ49.8550.1566.08-
YUV189138.16128.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=32.65%
G=31.79%
B=35.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901852070.080.1100.19253.6418.6476.86
HexBEB9CF8B013fe134d
Octal276271317101302337623115
Binary1011111010111001110011111000101101001111111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9CF; }

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

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

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

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

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

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

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

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