#BAD1E0

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

Shades of Light Blue #BAD1E0

Tints of Light Blue #BAD1E0

Color information

#BAD1E0 (or 0xBAD1E0) is unknown color: approx Light Blue. HEX triplet: BA, D1 and E0. RGB value is (186,209,224). Sum of RGB (Red+Green+Blue) = 186+209+224=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAD1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1E0 is #452E1F. Grayscale: #CBCBCB. Windows color (decimal): -4533792 or 14733754. OLE color: 14733754.

HSL color Cylindrical-coordinate representation of color #BAD1E0: hue angle of 203.68º 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 #BAD1E0 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186209224-
CMYK0.170.0700.12
HSL203.68º38%80.39%-
HSV(B)203.68º16.96%87.84%-
XYZ56.561.4279.4-
YUV203.83139.38115.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 209 (82.03% from 255) = 33.76%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=30.05%
G=33.76%
B=36.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862092240.170.0700.12203.683880.39
HexBAD1E01170Ccc2650
Octal27232134021701431446120
Binary1011101011010001111000001000111101100110011001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1E0; }

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

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

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

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

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

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

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

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