#BAD4DE

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

Shades of Light Blue #BAD4DE

Tints of Light Blue #BAD4DE

Color information

#BAD4DE (or 0xBAD4DE) is unknown color: approx Light Blue. HEX triplet: BA, D4 and DE. RGB value is (186,212,222). Sum of RGB (Red+Green+Blue) = 186+212+222=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4DE is #452B21. Grayscale: #CDCDCD. Windows color (decimal): -4533026 or 14603450. OLE color: 14603450.

HSL color Cylindrical-coordinate representation of color #BAD4DE: hue angle of 196.67º 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 #BAD4DE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186212222-
CMYK0.160.0500.13
HSL196.67º35.29%80%-
HSV(B)196.67º16.22%87.06%-
XYZ56.9862.878.23-
YUV205.37137.39114.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=30%
G=34.19%
B=35.81%

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
Decimal1862122220.160.0500.13196.6735.2980
HexBAD4DE1050Dc52350
Octal27232433620501530543120
Binary1011101011010100110111101000010101101110001011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4DE; }

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

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

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

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

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

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

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

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