#BEBBD1

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

Shades of Blue Haze #BEBBD1

Tints of Blue Haze #BEBBD1

Color information

#BEBBD1 (or 0xBEBBD1) is unknown color: approx Blue Haze. HEX triplet: BE, BB and D1. RGB value is (190,187,209). Sum of RGB (Red+Green+Blue) = 190+187+209=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD1 is #41442E. Grayscale: #BEBEBE. Windows color (decimal): -4277295 or 13745086. OLE color: 13745086.

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

Color convert

RGB190187209-
CMYK0.090.1100.18
HSL248.18º19.3%77.65%-
HSV(B)248.18º10.53%81.96%-
XYZ50.5151.0967.52-
YUV190.4138.49127.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=32.42%
G=31.91%
B=35.67%

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
Decimal1901872090.090.1100.18248.1819.377.65
HexBEBBD19B012f8134e
Octal276273321111302237023116
Binary1011111010111011110100011001101101001011111000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBD1; }

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

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

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

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

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

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

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

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