#BAD9EC

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

Shades of Light Blue #BAD9EC

Tints of Light Blue #BAD9EC

Color information

#BAD9EC (or 0xBAD9EC) is unknown color: approx Light Blue. HEX triplet: BA, D9 and EC. RGB value is (186,217,236). Sum of RGB (Red+Green+Blue) = 186+217+236=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9EC is #452613. Grayscale: #D1D1D1. Windows color (decimal): -4531732 or 15522234. OLE color: 15522234.

HSL color Cylindrical-coordinate representation of color #BAD9EC: hue angle of 202.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD9EC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186217236-
CMYK0.210.0800.07
HSL202.8º56.82%82.75%-
HSV(B)202.8º21.19%92.55%-
XYZ60.266.1288.95-
YUV209.9142.73110.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=29.11%
G=33.96%
B=36.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862172360.210.0800.07202.856.8282.75
HexBAD9EC15807cb3953
Octal27233135425100731371123
Binary1011101011011001111011001010110000111110010111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9EC; }

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

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

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

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

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

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

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

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