#BADEE3

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

Shades of Powder Blue #BADEE3

Tints of Powder Blue #BADEE3

Color information

#BADEE3 (or 0xBADEE3) is unknown color: approx Powder Blue. HEX triplet: BA, DE and E3. RGB value is (186,222,227). Sum of RGB (Red+Green+Blue) = 186+222+227=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #BADEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE3 is #45211C. Grayscale: #D3D3D3. Windows color (decimal): -4530461 or 14933690. OLE color: 14933690.

HSL color Cylindrical-coordinate representation of color #BADEE3: hue angle of 187.32º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADEE3 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186222227-
CMYK0.180.0200.11
HSL187.32º42.27%80.98%-
HSV(B)187.32º18.06%89.02%-
XYZ60.2468.2382.67-
YUV211.81136.57109.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=29.29%
G=34.96%
B=35.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862222270.180.0200.11187.3242.2780.98
HexBADEE31220Bbb2a51
Octal27233634322201327352121
Binary101110101101111011100011100101001011101110111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEE3; }

 p { color: rgb(186,222,227); }

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

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

 a { background-color: rgb(186,222,227); }

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

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

 span { border-color: rgb(186,222,227); }

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