#BAD9EB

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

Shades of Light Blue #BAD9EB

Tints of Light Blue #BAD9EB

Color information

#BAD9EB (or 0xBAD9EB) is unknown color: approx Light Blue. HEX triplet: BA, D9 and EB. RGB value is (186,217,235). Sum of RGB (Red+Green+Blue) = 186+217+235=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9EB is #452614. Grayscale: #D1D1D1. Windows color (decimal): -4531733 or 15456698. OLE color: 15456698.

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

Color convert

RGB186217235-
CMYK0.210.0800.08
HSL202.04º55.06%82.55%-
HSV(B)202.04º20.85%92.16%-
XYZ60.0666.0688.18-
YUV209.78142.23111.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=29.15%
G=34.01%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862172350.210.0800.08202.0455.0682.55
HexBAD9EB15808ca3753
Octal272331353251001031267123
Binary10111010110110011110101110101100001000110010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9EB; }

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

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

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

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

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

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

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

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