#BEB8D4

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

Shades of Blue Haze #BEB8D4

Tints of Blue Haze #BEB8D4

Color information

#BEB8D4 (or 0xBEB8D4) is unknown color: approx Blue Haze. HEX triplet: BE, B8 and D4. RGB value is (190,184,212). Sum of RGB (Red+Green+Blue) = 190+184+212=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEB8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8D4 is #41472B. Grayscale: #BCBCBC. Windows color (decimal): -4278060 or 13940926. OLE color: 13940926.

HSL color Cylindrical-coordinate representation of color #BEB8D4: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEB8D4 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190184212-
CMYK0.100.1300.17
HSL252.86º24.56%77.65%-
HSV(B)252.86º13.21%83.14%-
XYZ50.2649.9869.29-
YUV188.99140.99128.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 184 (72.27% from 255) = 31.40%
BLUE value IS 212 (83.20% from 255) = 36.18%
R=32.42%
G=31.40%
B=36.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901842120.100.1300.17252.8624.5677.65
HexBEB8D4AD011fd194e
Octal276270324121502137531116
Binary1011111010111000110101001010110101000111111101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8D4; }

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

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

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

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

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

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

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

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