#BAD6E5

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

Shades of Light Blue #BAD6E5

Tints of Light Blue #BAD6E5

Color information

#BAD6E5 (or 0xBAD6E5) is unknown color: approx Light Blue. HEX triplet: BA, D6 and E5. RGB value is (186,214,229). Sum of RGB (Red+Green+Blue) = 186+214+229=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6E5 is #45291A. Grayscale: #CFCFCF. Windows color (decimal): -4532507 or 15062714. OLE color: 15062714.

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

Color convert

RGB186214229-
CMYK0.190.0700.10
HSL200.93º45.26%81.37%-
HSV(B)200.93º18.78%89.8%-
XYZ58.4464.1983.44-
YUV207.34140.22112.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=29.57%
G=34.02%
B=36.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862142290.190.0700.10200.9345.2681.37
HexBAD6E51370Ac92d51
Octal27232634523701231155121
Binary1011101011010110111001011001111101010110010011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6E5; }

 p { color: rgb(186,214,229); }

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

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

 a { background-color: rgb(186,214,229); }

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

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

 span { border-color: rgb(186,214,229); }

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