#BED9DE

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

Shades of Powder Blue #BED9DE

Tints of Powder Blue #BED9DE

Color information

#BED9DE (or 0xBED9DE) is unknown color: approx Powder Blue. HEX triplet: BE, D9 and DE. RGB value is (190,217,222). Sum of RGB (Red+Green+Blue) = 190+217+222=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9DE is #412621. Grayscale: #D1D1D1. Windows color (decimal): -4269602 or 14604734. OLE color: 14604734.

HSL color Cylindrical-coordinate representation of color #BED9DE: hue angle of 189.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED9DE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190217222-
CMYK0.140.0200.13
HSL189.38º32.65%80.78%-
HSV(B)189.38º14.41%87.06%-
XYZ59.2365.8578.7-
YUV209.5135.05114.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=30.21%
G=34.50%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902172220.140.0200.13189.3832.6580.78
HexBED9DEE20Dbd2151
Octal27633133616201527541121
Binary10111110110110011101111011101001101101111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9DE; }

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

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

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

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

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

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

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

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