#BADDE4

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

Shades of Powder Blue #BADDE4

Tints of Powder Blue #BADDE4

Color information

#BADDE4 (or 0xBADDE4) is unknown color: approx Powder Blue. HEX triplet: BA, DD and E4. RGB value is (186,221,228). Sum of RGB (Red+Green+Blue) = 186+221+228=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDE4 is #45221B. Grayscale: #D3D3D3. Windows color (decimal): -4530716 or 14998970. OLE color: 14998970.

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

Color convert

RGB186221228-
CMYK0.180.0300.11
HSL190º43.75%81.18%-
HSV(B)190º18.42%89.41%-
XYZ60.1167.7583.31-
YUV211.33137.4109.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=29.29%
G=34.80%
B=35.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862212280.180.0300.1119043.7581.18
HexBADDE41230Bbe2c51
Octal27233534422301327654121
Binary101110101101110111100100100101101011101111101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDE4; }

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

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

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

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

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

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

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

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