#BAD9E9

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

Shades of Light Blue #BAD9E9

Tints of Light Blue #BAD9E9

Color information

#BAD9E9 (or 0xBAD9E9) is unknown color: approx Light Blue. HEX triplet: BA, D9 and E9. RGB value is (186,217,233). Sum of RGB (Red+Green+Blue) = 186+217+233=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAD9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9E9 is #452616. Grayscale: #D1D1D1. Windows color (decimal): -4531735 or 15325626. OLE color: 15325626.

HSL color Cylindrical-coordinate representation of color #BAD9E9: hue angle of 200.43º degrees, saturation: 0.52, 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 #BAD9E9 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186217233-
CMYK0.200.0700.09
HSL200.43º51.65%82.16%-
HSV(B)200.43º20.17%91.37%-
XYZ59.7765.9586.67-
YUV209.56141.23111.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=29.25%
G=34.12%
B=36.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862172330.200.0700.09200.4351.6582.16
HexBAD9E914709c83452
Octal27233135124701131064122
Binary1011101011011001111010011010011101001110010001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9E9; }

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

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

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

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

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

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

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

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