#BEDCDD

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

Shades of Powder Blue #BEDCDD

Tints of Powder Blue #BEDCDD

Color information

#BEDCDD (or 0xBEDCDD) is unknown color: approx Powder Blue. HEX triplet: BE, DC and DD. RGB value is (190,220,221). Sum of RGB (Red+Green+Blue) = 190+220+221=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCDD is #412322. Grayscale: #D3D3D3. Windows color (decimal): -4268835 or 14539966. OLE color: 14539966.

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

Color convert

RGB190220221-
CMYK0.140.0000.13
HSL181.94º31.31%80.59%-
HSV(B)181.94º14.03%86.67%-
XYZ59.8867.3578.25-
YUV211.14133.56112.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=30.11%
G=34.87%
B=35.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902202210.140.0000.13181.9431.3180.59
HexBEDCDDE00Db61f51
Octal27633433516001526637121
Binary101111101101110011011101111000110110110110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCDD; }

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

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

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

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

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

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

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

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