#BADFE6

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

Shades of Powder Blue #BADFE6

Tints of Powder Blue #BADFE6

Color information

#BADFE6 (or 0xBADFE6) is unknown color: approx Powder Blue. HEX triplet: BA, DF and E6. RGB value is (186,223,230). Sum of RGB (Red+Green+Blue) = 186+223+230=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFE6 is #452019. Grayscale: #D4D4D4. Windows color (decimal): -4530202 or 15130554. OLE color: 15130554.

HSL color Cylindrical-coordinate representation of color #BADFE6: hue angle of 189.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADFE6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186223230-
CMYK0.190.0300.10
HSL189.55º46.81%81.57%-
HSV(B)189.55º19.13%90.2%-
XYZ60.9268.9384.96-
YUV212.74137.74108.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=29.11%
G=34.90%
B=35.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862232300.190.0300.10189.5546.8181.57
HexBADFE61330Abe2f52
Octal27233734623301227657122
Binary101110101101111111100110100111101010101111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFE6; }

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

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

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

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

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

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

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

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