#BAD9E8

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

Shades of Light Blue #BAD9E8

Tints of Light Blue #BAD9E8

Color information

#BAD9E8 (or 0xBAD9E8) is unknown color: approx Light Blue. HEX triplet: BA, D9 and E8. RGB value is (186,217,232). Sum of RGB (Red+Green+Blue) = 186+217+232=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAD9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9E8 is #452617. Grayscale: #D1D1D1. Windows color (decimal): -4531736 or 15260090. OLE color: 15260090.

HSL color Cylindrical-coordinate representation of color #BAD9E8: hue angle of 199.57º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAD9E8 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186217232-
CMYK0.200.0600.09
HSL199.57º50%81.96%-
HSV(B)199.57º19.83%90.98%-
XYZ59.6365.8985.92-
YUV209.44140.73111.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 232 (91.02% from 255) = 36.54%
R=29.29%
G=34.17%
B=36.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862172320.200.0600.09199.575081.96
HexBAD9E814609c83252
Octal27233135024601131062122
Binary1011101011011001111010001010011001001110010001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9E8; }

 p { color: rgb(186,217,232); }

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

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

 a { background-color: rgb(186,217,232); }

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

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

 span { border-color: rgb(186,217,232); }

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