#BEDADE

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

Shades of Powder Blue #BEDADE

Tints of Powder Blue #BEDADE

Color information

#BEDADE (or 0xBEDADE) is unknown color: approx Powder Blue. HEX triplet: BE, DA and DE. RGB value is (190,218,222). Sum of RGB (Red+Green+Blue) = 190+218+222=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDADE is #412521. Grayscale: #D2D2D2. Windows color (decimal): -4269346 or 14604990. OLE color: 14604990.

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

Color convert

RGB190218222-
CMYK0.140.0200.13
HSL187.5º32.65%80.78%-
HSV(B)187.5º14.41%87.06%-
XYZ59.4966.3678.78-
YUV210.08134.72113.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=30.16%
G=34.60%
B=35.24%

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
Decimal1902182220.140.0200.13187.532.6580.78
HexBEDADEE20Dbc2151
Octal27633233616201527441121
Binary10111110110110101101111011101001101101111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDADE; }

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

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

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

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

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

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

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

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