#BED8DE

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

Shades of Powder Blue #BED8DE

Tints of Powder Blue #BED8DE

Color information

#BED8DE (or 0xBED8DE) is unknown color: approx Powder Blue. HEX triplet: BE, D8 and DE. RGB value is (190,216,222). Sum of RGB (Red+Green+Blue) = 190+216+222=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8DE is #412721. Grayscale: #D0D0D0. Windows color (decimal): -4269858 or 14604478. OLE color: 14604478.

HSL color Cylindrical-coordinate representation of color #BED8DE: hue angle of 191.25º 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 #BED8DE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190216222-
CMYK0.140.0300.13
HSL191.25º32.65%80.78%-
HSV(B)191.25º14.41%87.06%-
XYZ58.9865.3378.61-
YUV208.91135.39114.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=30.25%
G=34.39%
B=35.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902162220.140.0300.13191.2532.6580.78
HexBED8DEE30Dbf2151
Octal27633033616301527741121
Binary10111110110110001101111011101101101101111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8DE; }

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

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

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

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

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

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

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

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