#BEBDCD

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

Shades of Blue Haze #BEBDCD

Tints of Blue Haze #BEBDCD

Color information

#BEBDCD (or 0xBEBDCD) is unknown color: approx Blue Haze. HEX triplet: BE, BD and CD. RGB value is (190,189,205). Sum of RGB (Red+Green+Blue) = 190+189+205=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDCD is #414232. Grayscale: #BFBFBF. Windows color (decimal): -4276787 or 13483454. OLE color: 13483454.

HSL color Cylindrical-coordinate representation of color #BEBDCD: hue angle of 243.75º 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 #BEBDCD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190189205-
CMYK0.070.0800.20
HSL243.75º13.79%77.25%-
HSV(B)243.75º7.8%80.39%-
XYZ50.4551.7565.09-
YUV191.12135.83127.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=32.53%
G=32.36%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901892050.070.0800.20243.7513.7977.25
HexBEBDCD78014f4e4d
Octal27627531571002436416115
Binary10111110101111011100110111110000101001111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDCD; }

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

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

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

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

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

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

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

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