#BEBBC6

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

Shades of Blue Haze #BEBBC6

Tints of Blue Haze #BEBBC6

Color information

#BEBBC6 (or 0xBEBBC6) is unknown color: approx Blue Haze. HEX triplet: BE, BB and C6. RGB value is (190,187,198). Sum of RGB (Red+Green+Blue) = 190+187+198=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC6 is #414439. Grayscale: #BDBDBD. Windows color (decimal): -4277306 or 13024190. OLE color: 13024190.

HSL color Cylindrical-coordinate representation of color #BEBBC6: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBBC6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190187198-
CMYK0.040.0600.22
HSL256.36º8.8%75.49%-
HSV(B)256.36º5.56%77.65%-
XYZ49.250.5760.59-
YUV189.15132.99128.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=33.04%
G=32.52%
B=34.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901871980.040.0600.22256.368.875.49
HexBEBBC64601610094b
Octal2762733064602640011113
Binary10111110101110111100011010011001011010000000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBC6; }

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

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

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

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

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

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

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

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