#BEB9CB

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

Shades of Blue Haze #BEB9CB

Tints of Blue Haze #BEB9CB

Color information

#BEB9CB (or 0xBEB9CB) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and CB. RGB value is (190,185,203). Sum of RGB (Red+Green+Blue) = 190+185+203=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CB is #414634. Grayscale: #BCBCBC. Windows color (decimal): -4277813 or 13351358. OLE color: 13351358.

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

Color convert

RGB190185203-
CMYK0.060.0900.20
HSL256.67º14.75%76.08%-
HSV(B)256.67º8.87%79.61%-
XYZ49.3649.9663.54-
YUV188.55136.16129.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=32.87%
G=32.01%
B=35.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901852030.060.0900.20256.6714.7576.08
HexBEB9CB69014101f4c
Octal27627131361102440117114
Binary101111101011100111001011110100101010010000000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9CB; }

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

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

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

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

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

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

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

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