#BADDE7

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

Shades of Powder Blue #BADDE7

Tints of Powder Blue #BADDE7

Color information

#BADDE7 (or 0xBADDE7) is unknown color: approx Powder Blue. HEX triplet: BA, DD and E7. RGB value is (186,221,231). Sum of RGB (Red+Green+Blue) = 186+221+231=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #BADDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDE7 is #452218. Grayscale: #D3D3D3. Windows color (decimal): -4530713 or 15195578. OLE color: 15195578.

HSL color Cylindrical-coordinate representation of color #BADDE7: hue angle of 193.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADDE7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186221231-
CMYK0.190.0400.09
HSL193.33º48.39%81.76%-
HSV(B)193.33º19.48%90.59%-
XYZ60.5367.9285.52-
YUV211.68138.9109.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=29.15%
G=34.64%
B=36.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862212310.190.0400.09193.3348.3981.76
HexBADDE713409c13052
Octal27233534723401130160122
Binary1011101011011101111001111001110001001110000011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDE7; }

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

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

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

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

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

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

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

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