#BEBCCE

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

Shades of Blue Haze #BEBCCE

Tints of Blue Haze #BEBCCE

Color information

#BEBCCE (or 0xBEBCCE) is unknown color: approx Blue Haze. HEX triplet: BE, BC and CE. RGB value is (190,188,206). Sum of RGB (Red+Green+Blue) = 190+188+206=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCCE is #414331. Grayscale: #BEBEBE. Windows color (decimal): -4277042 or 13548734. OLE color: 13548734.

HSL color Cylindrical-coordinate representation of color #BEBCCE: hue angle of 246.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEBCCE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190188206-
CMYK0.080.0900.19
HSL246.67º15.52%77.25%-
HSV(B)246.67º8.74%80.78%-
XYZ50.3651.3765.65-
YUV190.65136.66127.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=32.53%
G=32.19%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901882060.080.0900.19246.6715.5277.25
HexBEBCCE89013f7104d
Octal276274316101102336720115
Binary1011111010111100110011101000100101001111110111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCCE; }

 p { color: rgb(190,188,206); }

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

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

 a { background-color: rgb(190,188,206); }

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

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

 span { border-color: rgb(190,188,206); }

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