#BADEF6

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

Shades of Light Blue #BADEF6

Tints of Light Blue #BADEF6

Color information

#BADEF6 (or 0xBADEF6) is unknown color: approx Light Blue. HEX triplet: BA, DE and F6. RGB value is (186,222,246). Sum of RGB (Red+Green+Blue) = 186+222+246=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #BADEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEF6 is #452109. Grayscale: #D5D5D5. Windows color (decimal): -4530442 or 16178874. OLE color: 16178874.

HSL color Cylindrical-coordinate representation of color #BADEF6: hue angle of 204º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADEF6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186222246-
CMYK0.240.1000.04
HSL204º76.92%84.71%-
HSV(B)204º24.39%96.47%-
XYZ63.0169.3497.25-
YUV213.97146.07108.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=28.44%
G=33.94%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862222460.240.1000.0420476.9284.71
HexBADEF618A04cc4d55
Octal272336366301204314115125
Binary10111010110111101111011011000101001001100110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEF6; }

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

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

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

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

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

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

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

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