#BAD2DE

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

Shades of Light Blue #BAD2DE

Tints of Light Blue #BAD2DE

Color information

#BAD2DE (or 0xBAD2DE) is unknown color: approx Light Blue. HEX triplet: BA, D2 and DE. RGB value is (186,210,222). Sum of RGB (Red+Green+Blue) = 186+210+222=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2DE is #452D21. Grayscale: #CCCCCC. Windows color (decimal): -4533538 or 14602938. OLE color: 14602938.

HSL color Cylindrical-coordinate representation of color #BAD2DE: hue angle of 200º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAD2DE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186210222-
CMYK0.160.0500.13
HSL200º35.29%80%-
HSV(B)200º16.22%87.06%-
XYZ56.4861.8178.06-
YUV204.19138.05115.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=30.10%
G=33.98%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862102220.160.0500.1320035.2980
HexBAD2DE1050Dc82350
Octal27232233620501531043120
Binary1011101011010010110111101000010101101110010001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2DE; }

 p { color: rgb(186,210,222); }

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

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

 a { background-color: rgb(186,210,222); }

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

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

 span { border-color: rgb(186,210,222); }

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