#BADBE0

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

Shades of Powder Blue #BADBE0

Tints of Powder Blue #BADBE0

Color information

#BADBE0 (or 0xBADBE0) is unknown color: approx Powder Blue. HEX triplet: BA, DB and E0. RGB value is (186,219,224). Sum of RGB (Red+Green+Blue) = 186+219+224=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE0 is #45241F. Grayscale: #D1D1D1. Windows color (decimal): -4531232 or 14736314. OLE color: 14736314.

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

Color convert

RGB186219224-
CMYK0.170.0200.12
HSL187.89º38%80.39%-
HSV(B)187.89º16.96%87.84%-
XYZ59.0466.4880.24-
YUV209.7136.07111.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=29.57%
G=34.82%
B=35.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862192240.170.0200.12187.893880.39
HexBADBE01120Cbc2650
Octal27233334021201427446120
Binary101110101101101111100000100011001100101111001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBE0; }

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

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

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

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

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

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

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

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