#BEBCD0

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

Shades of Blue Haze #BEBCD0

Tints of Blue Haze #BEBCD0

Color information

#BEBCD0 (or 0xBEBCD0) is unknown color: approx Blue Haze. HEX triplet: BE, BC and D0. RGB value is (190,188,208). Sum of RGB (Red+Green+Blue) = 190+188+208=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD0 is #41432F. Grayscale: #BEBEBE. Windows color (decimal): -4277040 or 13679806. OLE color: 13679806.

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

Color convert

RGB190188208-
CMYK0.090.1000.18
HSL246º17.54%77.65%-
HSV(B)246º9.62%81.57%-
XYZ50.651.4766.94-
YUV190.88137.66127.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=32.42%
G=32.08%
B=35.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901882080.090.1000.1824617.5477.65
HexBEBCD09A012f6124e
Octal276274320111202236622116
Binary1011111010111100110100001001101001001011110110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCD0; }

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

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

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

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

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

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

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

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