#BEB9CC

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

Shades of Blue Haze #BEB9CC

Tints of Blue Haze #BEB9CC

Color information

#BEB9CC (or 0xBEB9CC) is unknown color: approx Blue Haze. HEX triplet: BE, B9 and CC. RGB value is (190,185,204). Sum of RGB (Red+Green+Blue) = 190+185+204=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9CC is #414633. Grayscale: #BCBCBC. Windows color (decimal): -4277812 or 13416894. OLE color: 13416894.

HSL color Cylindrical-coordinate representation of color #BEB9CC: hue angle of 255.79º degrees, saturation: 0.16, 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 #BEB9CC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190185204-
CMYK0.070.0900.2
HSL255.79º15.7%76.27%-
HSV(B)255.79º9.31%80%-
XYZ49.485064.17-
YUV188.66136.66128.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=32.82%
G=31.95%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901852040.070.0900.2255.7915.776.27
HexBEB9CC79014100104c
Octal27627131471102440020114
Binary1011111010111001110011001111001010100100000000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9CC; }

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

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

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

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

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

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

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

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