#BEBBD2

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

Shades of Blue Haze #BEBBD2

Tints of Blue Haze #BEBBD2

Color information

#BEBBD2 (or 0xBEBBD2) is unknown color: approx Blue Haze. HEX triplet: BE, BB and D2. RGB value is (190,187,210). Sum of RGB (Red+Green+Blue) = 190+187+210=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBD2 is #41442D. Grayscale: #BEBEBE. Windows color (decimal): -4277294 or 13810622. OLE color: 13810622.

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

Color convert

RGB190187210-
CMYK0.100.1100.18
HSL247.83º20.35%77.84%-
HSV(B)247.83º10.95%82.35%-
XYZ50.6451.1468.18-
YUV190.52138.99127.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 210 (82.42% from 255) = 35.78%
R=32.37%
G=31.86%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901872100.100.1100.18247.8320.3577.84
HexBEBBD2AB012f8144e
Octal276273322121302237024116
Binary1011111010111011110100101010101101001011111000101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBD2; }

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

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

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

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

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

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

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

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