#BAD9E6

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

Shades of Light Blue #BAD9E6

Tints of Light Blue #BAD9E6

Color information

#BAD9E6 (or 0xBAD9E6) is unknown color: approx Light Blue. HEX triplet: BA, D9 and E6. RGB value is (186,217,230). Sum of RGB (Red+Green+Blue) = 186+217+230=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9E6 is #452619. Grayscale: #D1D1D1. Windows color (decimal): -4531738 or 15129018. OLE color: 15129018.

HSL color Cylindrical-coordinate representation of color #BAD9E6: hue angle of 197.73º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD9E6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186217230-
CMYK0.190.0600.10
HSL197.73º46.81%81.57%-
HSV(B)197.73º19.13%90.2%-
XYZ59.3565.7884.43-
YUV209.21139.73111.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=29.38%
G=34.28%
B=36.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862172300.190.0600.10197.7346.8181.57
HexBAD9E61360Ac62f52
Octal27233134623601230657122
Binary1011101011011001111001101001111001010110001101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9E6; }

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

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

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

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

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

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

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

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