#BEBAD1

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

Shades of Blue Haze #BEBAD1

Tints of Blue Haze #BEBAD1

Color information

#BEBAD1 (or 0xBEBAD1) is unknown color: approx Blue Haze. HEX triplet: BE, BA and D1. RGB value is (190,186,209). Sum of RGB (Red+Green+Blue) = 190+186+209=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAD1 is #41452E. Grayscale: #BDBDBD. Windows color (decimal): -4277551 or 13744830. OLE color: 13744830.

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

Color convert

RGB190186209-
CMYK0.090.1100.18
HSL250.43º20%77.45%-
HSV(B)250.43º11%81.96%-
XYZ50.350.6767.45-
YUV189.82138.83128.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=32.48%
G=31.79%
B=35.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901862090.090.1100.18250.432077.45
HexBEBAD19B012fa144d
Octal276272321111302237224115
Binary1011111010111010110100011001101101001011111010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAD1; }

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

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

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

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

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

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

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

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