#BEB8CF

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

Shades of Blue Haze #BEB8CF

Tints of Blue Haze #BEB8CF

Color information

#BEB8CF (or 0xBEB8CF) is unknown color: approx Blue Haze. HEX triplet: BE, B8 and CF. RGB value is (190,184,207). Sum of RGB (Red+Green+Blue) = 190+184+207=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8CF is #414730. Grayscale: #BCBCBC. Windows color (decimal): -4278065 or 13613246. OLE color: 13613246.

HSL color Cylindrical-coordinate representation of color #BEB8CF: hue angle of 255.65º 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 #BEB8CF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190184207-
CMYK0.080.1100.19
HSL255.65º19.33%76.67%-
HSV(B)255.65º11.11%81.18%-
XYZ49.6449.7366.01-
YUV188.42138.49129.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=32.70%
G=31.67%
B=35.63%

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
Decimal1901842070.080.1100.19255.6519.3376.67
HexBEB8CF8B013100134d
Octal276270317101302340023115
Binary10111110101110001100111110001011010011100000000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8CF; }

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

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

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

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

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

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

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

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