#BED9DC

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

Shades of Powder Blue #BED9DC

Tints of Powder Blue #BED9DC

Color information

#BED9DC (or 0xBED9DC) is unknown color: approx Powder Blue. HEX triplet: BE, D9 and DC. RGB value is (190,217,220). Sum of RGB (Red+Green+Blue) = 190+217+220=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9DC is #412623. Grayscale: #D1D1D1. Windows color (decimal): -4269604 or 14473662. OLE color: 14473662.

HSL color Cylindrical-coordinate representation of color #BED9DC: hue angle of 186º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED9DC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190217220-
CMYK0.140.0100.14
HSL186º30%80.39%-
HSV(B)186º13.64%86.27%-
XYZ58.9765.7477.29-
YUV209.27134.05114.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=30.30%
G=34.61%
B=35.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902172200.140.0100.141863080.39
HexBED9DCE10Eba1e50
Octal27633133416101627236120
Binary101111101101100111011100111010111010111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9DC; }

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

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

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

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

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

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

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

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