#BEDEE0

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

Shades of Powder Blue #BEDEE0

Tints of Powder Blue #BEDEE0

Color information

#BEDEE0 (or 0xBEDEE0) is unknown color: approx Powder Blue. HEX triplet: BE, DE and E0. RGB value is (190,222,224). Sum of RGB (Red+Green+Blue) = 190+222+224=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEE0 is #41211F. Grayscale: #D4D4D4. Windows color (decimal): -4268320 or 14737086. OLE color: 14737086.

HSL color Cylindrical-coordinate representation of color #BEDEE0: hue angle of 183.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDEE0 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190222224-
CMYK0.150.0100.12
HSL183.53º35.42%81.18%-
HSV(B)183.53º15.18%87.84%-
XYZ60.8168.5780.55-
YUV212.66134.4111.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=29.87%
G=34.91%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902222240.150.0100.12183.5335.4281.18
HexBEDEE0F10Cb82351
Octal27633634017101427043121
Binary1011111011011110111000001111101100101110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEE0; }

 p { color: rgb(190,222,224); }

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

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

 a { background-color: rgb(190,222,224); }

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

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

 span { border-color: rgb(190,222,224); }

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