#BADAE6

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

Shades of Light Blue #BADAE6

Tints of Light Blue #BADAE6

Color information

#BADAE6 (or 0xBADAE6) is unknown color: approx Light Blue. HEX triplet: BA, DA and E6. RGB value is (186,218,230). Sum of RGB (Red+Green+Blue) = 186+218+230=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAE6 is #452519. Grayscale: #D1D1D1. Windows color (decimal): -4531482 or 15129274. OLE color: 15129274.

HSL color Cylindrical-coordinate representation of color #BADAE6: hue angle of 196.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADAE6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186218230-
CMYK0.190.0500.10
HSL196.36º46.81%81.57%-
HSV(B)196.36º19.13%90.2%-
XYZ59.666.384.52-
YUV209.8139.4111.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=29.34%
G=34.38%
B=36.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862182300.190.0500.10196.3646.8181.57
HexBADAE61350Ac42f52
Octal27233234623501230457122
Binary1011101011011010111001101001110101010110001001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAE6; }

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

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

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

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

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

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

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

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