#BADAEE

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

Shades of Light Blue #BADAEE

Tints of Light Blue #BADAEE

Color information

#BADAEE (or 0xBADAEE) is unknown color: approx Light Blue. HEX triplet: BA, DA and EE. RGB value is (186,218,238). Sum of RGB (Red+Green+Blue) = 186+218+238=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BADAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAEE is #452511. Grayscale: #D2D2D2. Windows color (decimal): -4531474 or 15653562. OLE color: 15653562.

HSL color Cylindrical-coordinate representation of color #BADAEE: hue angle of 203.08º degrees, saturation: 0.6, 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 #BADAEE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186218238-
CMYK0.220.0800.07
HSL203.08º60.47%83.14%-
HSV(B)203.08º21.85%93.33%-
XYZ60.7566.7590.57-
YUV210.71143.4110.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=28.97%
G=33.96%
B=37.07%

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
Decimal1862182380.220.0800.07203.0860.4783.14
HexBADAEE16807cb3c53
Octal27233235626100731374123
Binary1011101011011010111011101011010000111110010111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAEE; }

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

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

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

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

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

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

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

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