#BEBBC9

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

Shades of Blue Haze #BEBBC9

Tints of Blue Haze #BEBBC9

Color information

#BEBBC9 (or 0xBEBBC9) is unknown color: approx Blue Haze. HEX triplet: BE, BB and C9. RGB value is (190,187,201). Sum of RGB (Red+Green+Blue) = 190+187+201=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC9 is #414436. Grayscale: #BDBDBD. Windows color (decimal): -4277303 or 13220798. OLE color: 13220798.

HSL color Cylindrical-coordinate representation of color #BEBBC9: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBBC9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190187201-
CMYK0.050.0700.21
HSL252.86º11.48%76.08%-
HSV(B)252.86º6.97%78.82%-
XYZ49.5550.762.43-
YUV189.49134.49128.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=32.87%
G=32.35%
B=34.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901872010.050.0700.21252.8611.4876.08
HexBEBBC957015fdb4c
Octal2762733115702537513114
Binary1011111010111011110010011011110101011111110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBC9; }

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

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

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

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

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

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

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

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