#BEB7D0

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

Shades of Blue Haze #BEB7D0

Tints of Blue Haze #BEB7D0

Color information

#BEB7D0 (or 0xBEB7D0) is unknown color: approx Blue Haze. HEX triplet: BE, B7 and D0. RGB value is (190,183,208). Sum of RGB (Red+Green+Blue) = 190+183+208=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7D0 is #41482F. Grayscale: #BBBBBB. Windows color (decimal): -4278320 or 13678526. OLE color: 13678526.

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

Color convert

RGB190183208-
CMYK0.090.1200.18
HSL256.8º21.01%76.67%-
HSV(B)256.8º12.02%81.57%-
XYZ49.5549.3766.59-
YUV187.94139.32129.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 183 (71.88% from 255) = 31.50%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=32.70%
G=31.50%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901832080.090.1200.18256.821.0176.67
HexBEB7D09C012101154d
Octal276267320111402240125115
Binary10111110101101111101000010011100010010100000001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7D0; }

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

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

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

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

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

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

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

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