#BEBBD3

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

Shades of Blue Haze #BEBBD3

Tints of Blue Haze #BEBBD3

Color information

#BEBBD3 (or 0xBEBBD3) is unknown color: approx Blue Haze. HEX triplet: BE, BB and D3. RGB value is (190,187,211). Sum of RGB (Red+Green+Blue) = 190+187+211=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD3 is #41442C. Grayscale: #BEBEBE. Windows color (decimal): -4277293 or 13876158. OLE color: 13876158.

HSL color Cylindrical-coordinate representation of color #BEBBD3: hue angle of 247.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEBBD3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190187211-
CMYK0.100.1100.17
HSL247.5º21.43%78.04%-
HSV(B)247.5º11.37%82.75%-
XYZ50.7651.1968.83-
YUV190.63139.49127.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=32.31%
G=31.80%
B=35.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901872110.100.1100.17247.521.4378.04
HexBEBBD3AB011f8154e
Octal276273323121302137025116
Binary1011111010111011110100111010101101000111111000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBD3; }

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

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

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

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

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

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

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

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