#BADAED

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

Shades of Light Blue #BADAED

Tints of Light Blue #BADAED

Color information

#BADAED (or 0xBADAED) is unknown color: approx Light Blue. HEX triplet: BA, DA and ED. RGB value is (186,218,237). Sum of RGB (Red+Green+Blue) = 186+218+237=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #BADAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAED is #452512. Grayscale: #D2D2D2. Windows color (decimal): -4531475 or 15588026. OLE color: 15588026.

HSL color Cylindrical-coordinate representation of color #BADAED: hue angle of 202.35º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADAED is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186218237-
CMYK0.220.0800.07
HSL202.35º58.62%82.94%-
HSV(B)202.35º21.52%92.94%-
XYZ60.6166.789.8-
YUV210.6142.9110.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=29.02%
G=34.01%
B=36.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862182370.220.0800.07202.3558.6282.94
HexBADAED16807ca3b53
Octal27233235526100731273123
Binary1011101011011010111011011011010000111110010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAED; }

 p { color: rgb(186,218,237); }

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

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

 a { background-color: rgb(186,218,237); }

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

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

 span { border-color: rgb(186,218,237); }

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