#BADFE0

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

Shades of Powder Blue #BADFE0

Tints of Powder Blue #BADFE0

Color information

#BADFE0 (or 0xBADFE0) is unknown color: approx Powder Blue. HEX triplet: BA, DF and E0. RGB value is (186,223,224). Sum of RGB (Red+Green+Blue) = 186+223+224=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFE0 is #45201F. Grayscale: #D4D4D4. Windows color (decimal): -4530208 or 14737338. OLE color: 14737338.

HSL color Cylindrical-coordinate representation of color #BADFE0: hue angle of 181.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFE0 is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186223224-
CMYK0.170.0000.12
HSL181.58º38%80.39%-
HSV(B)181.58º16.96%87.84%-
XYZ60.0968.680.59-
YUV212.05134.74109.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=29.38%
G=35.23%
B=35.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862232240.170.0000.12181.583880.39
HexBADFE01100Cb62650
Octal27233734021001426646120
Binary10111010110111111110000010001001100101101101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFE0; }

 p { color: rgb(186,223,224); }

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

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

 a { background-color: rgb(186,223,224); }

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

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

 span { border-color: rgb(186,223,224); }

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