#BEBBCB

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

Shades of Blue Haze #BEBBCB

Tints of Blue Haze #BEBBCB

Color information

#BEBBCB (or 0xBEBBCB) is unknown color: approx Blue Haze. HEX triplet: BE, BB and CB. RGB value is (190,187,203). Sum of RGB (Red+Green+Blue) = 190+187+203=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBCB is #414434. Grayscale: #BDBDBD. Windows color (decimal): -4277301 or 13351870. OLE color: 13351870.

HSL color Cylindrical-coordinate representation of color #BEBBCB: hue angle of 251.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEBBCB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190187203-
CMYK0.060.0800.20
HSL251.25º13.33%76.47%-
HSV(B)251.25º7.88%79.61%-
XYZ49.7950.863.68-
YUV189.72135.49128.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 203 (79.69% from 255) = 35%
R=32.76%
G=32.24%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901872030.060.0800.20251.2513.3376.47
HexBEBBCB68014fbd4c
Octal27627331361002437315114
Binary10111110101110111100101111010000101001111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBCB; }

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

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

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

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

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

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

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

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