#BEBBD0

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

Shades of Blue Haze #BEBBD0

Tints of Blue Haze #BEBBD0

Color information

#BEBBD0 (or 0xBEBBD0) is unknown color: approx Blue Haze. HEX triplet: BE, BB and D0. RGB value is (190,187,208). Sum of RGB (Red+Green+Blue) = 190+187+208=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD0 is #41442F. Grayscale: #BEBEBE. Windows color (decimal): -4277296 or 13679550. OLE color: 13679550.

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

Color convert

RGB190187208-
CMYK0.090.1000.18
HSL248.57º18.26%77.45%-
HSV(B)248.57º10.1%81.57%-
XYZ50.3951.0466.87-
YUV190.29137.99127.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=32.48%
G=31.97%
B=35.56%

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
Decimal1901872080.090.1000.18248.5718.2677.45
HexBEBBD09A012f9124d
Octal276273320111202237122115
Binary1011111010111011110100001001101001001011111001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBD0; }

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

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

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

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

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

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

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

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