#BADBE1

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

Shades of Powder Blue #BADBE1

Tints of Powder Blue #BADBE1

Color information

#BADBE1 (or 0xBADBE1) is unknown color: approx Powder Blue. HEX triplet: BA, DB and E1. RGB value is (186,219,225). Sum of RGB (Red+Green+Blue) = 186+219+225=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE1 is #45241E. Grayscale: #D1D1D1. Windows color (decimal): -4531231 or 14801850. OLE color: 14801850.

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

Color convert

RGB186219225-
CMYK0.170.0300.12
HSL189.23º39.39%80.59%-
HSV(B)189.23º17.33%88.24%-
XYZ59.1766.5480.96-
YUV209.82136.57111.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.52%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=29.52%
G=34.76%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862192250.170.0300.12189.2339.3980.59
HexBADBE11130Cbd2751
Octal27233334121301427547121
Binary101110101101101111100001100011101100101111011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBE1; }

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

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

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

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

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

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

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

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