#BEBBCC

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

Shades of Blue Haze #BEBBCC

Tints of Blue Haze #BEBBCC

Color information

#BEBBCC (or 0xBEBBCC) is unknown color: approx Blue Haze. HEX triplet: BE, BB and CC. RGB value is (190,187,204). Sum of RGB (Red+Green+Blue) = 190+187+204=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBCC is #414433. Grayscale: #BDBDBD. Windows color (decimal): -4277300 or 13417406. OLE color: 13417406.

HSL color Cylindrical-coordinate representation of color #BEBBCC: hue angle of 250.59º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEBBCC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190187204-
CMYK0.070.0800.2
HSL250.59º14.29%76.67%-
HSV(B)250.59º8.33%80%-
XYZ49.950.8564.31-
YUV189.83135.99128.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=32.70%
G=32.19%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901872040.070.0800.2250.5914.2976.67
HexBEBBCC78014fbe4d
Octal27627331471002437316115
Binary10111110101110111100110011110000101001111101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBCC; }

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

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

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

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

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

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

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

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