#BADDE2

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

Shades of Powder Blue #BADDE2

Tints of Powder Blue #BADDE2

Color information

#BADDE2 (or 0xBADDE2) is unknown color: approx Powder Blue. HEX triplet: BA, DD and E2. RGB value is (186,221,226). Sum of RGB (Red+Green+Blue) = 186+221+226=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #BADDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE2 is #45221D. Grayscale: #D3D3D3. Windows color (decimal): -4530718 or 14867898. OLE color: 14867898.

HSL color Cylindrical-coordinate representation of color #BADDE2: hue angle of 187.5º degrees, saturation: 0.41, 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 #BADDE2 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186221226-
CMYK0.180.0200.11
HSL187.5º40.82%80.78%-
HSV(B)187.5º17.7%88.63%-
XYZ59.8367.6481.85-
YUV211.1136.4110.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=29.38%
G=34.91%
B=35.70%

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
Decimal1862212260.180.0200.11187.540.8280.78
HexBADDE21220Bbc2951
Octal27233534222201327451121
Binary101110101101110111100010100101001011101111001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDE2; }

 p { color: rgb(186,221,226); }

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

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

 a { background-color: rgb(186,221,226); }

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

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

 span { border-color: rgb(186,221,226); }

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