#BEBACD

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

Shades of Blue Haze #BEBACD

Tints of Blue Haze #BEBACD

Color information

#BEBACD (or 0xBEBACD) is unknown color: approx Blue Haze. HEX triplet: BE, BA and CD. RGB value is (190,186,205). Sum of RGB (Red+Green+Blue) = 190+186+205=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBACD is #414532. Grayscale: #BDBDBD. Windows color (decimal): -4277555 or 13482686. OLE color: 13482686.

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

Color convert

RGB190186205-
CMYK0.070.0900.20
HSL252.63º15.97%76.67%-
HSV(B)252.63º9.27%80.39%-
XYZ49.8150.4764.87-
YUV189.36136.83128.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=32.70%
G=32.01%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901862050.070.0900.20252.6315.9776.67
HexBEBACD79014fd104d
Octal27627231571102437520115
Binary101111101011101011001101111100101010011111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBACD; }

 p { color: rgb(190,186,205); }

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

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

 a { background-color: rgb(190,186,205); }

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

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

 span { border-color: rgb(190,186,205); }

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