#BEBCD1

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

Shades of Blue Haze #BEBCD1

Tints of Blue Haze #BEBCD1

Color information

#BEBCD1 (or 0xBEBCD1) is unknown color: approx Blue Haze. HEX triplet: BE, BC and D1. RGB value is (190,188,209). Sum of RGB (Red+Green+Blue) = 190+188+209=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD1 is #41432E. Grayscale: #BEBEBE. Windows color (decimal): -4277039 or 13745342. OLE color: 13745342.

HSL color Cylindrical-coordinate representation of color #BEBCD1: hue angle of 245.71º degrees, saturation: 0.19, 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 #BEBCD1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190188209-
CMYK0.090.1000.18
HSL245.71º18.58%77.84%-
HSV(B)245.71º10.05%81.96%-
XYZ50.7351.5267.59-
YUV190.99138.16127.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=32.37%
G=32.03%
B=35.60%

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
Decimal1901882090.090.1000.18245.7118.5877.84
HexBEBCD19A012f6134e
Octal276274321111202236623116
Binary1011111010111100110100011001101001001011110110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCD1; }

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

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

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

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

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

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

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

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