#BAD3E0

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

Shades of Light Blue #BAD3E0

Tints of Light Blue #BAD3E0

Color information

#BAD3E0 (or 0xBAD3E0) is unknown color: approx Light Blue. HEX triplet: BA, D3 and E0. RGB value is (186,211,224). Sum of RGB (Red+Green+Blue) = 186+211+224=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAD3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3E0 is #452C1F. Grayscale: #CCCCCC. Windows color (decimal): -4533280 or 14734266. OLE color: 14734266.

HSL color Cylindrical-coordinate representation of color #BAD3E0: hue angle of 200.53º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD3E0 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186211224-
CMYK0.170.0600.12
HSL200.53º38%80.39%-
HSV(B)200.53º16.96%87.84%-
XYZ5762.4179.56-
YUV205.01138.72114.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=29.95%
G=33.98%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862112240.170.0600.12200.533880.39
HexBAD3E01160Cc92650
Octal27232334021601431146120
Binary1011101011010011111000001000111001100110010011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3E0; }

 p { color: rgb(186,211,224); }

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

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

 a { background-color: rgb(186,211,224); }

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

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

 span { border-color: rgb(186,211,224); }

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