#BEDADD

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

Shades of Powder Blue #BEDADD

Tints of Powder Blue #BEDADD

Color information

#BEDADD (or 0xBEDADD) is unknown color: approx Powder Blue. HEX triplet: BE, DA and DD. RGB value is (190,218,221). Sum of RGB (Red+Green+Blue) = 190+218+221=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDADD is #412522. Grayscale: #D1D1D1. Windows color (decimal): -4269347 or 14539454. OLE color: 14539454.

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

Color convert

RGB190218221-
CMYK0.140.0100.13
HSL185.81º31.31%80.59%-
HSV(B)185.81º14.03%86.67%-
XYZ59.3666.3178.08-
YUV209.97134.22113.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=30.21%
G=34.66%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902182210.140.0100.13185.8131.3180.59
HexBEDADDE10Dba1f51
Octal27633233516101527237121
Binary101111101101101011011101111010110110111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDADD; }

 p { color: rgb(190,218,221); }

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

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

 a { background-color: rgb(190,218,221); }

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

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

 span { border-color: rgb(190,218,221); }

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