#BADAEA

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

Shades of Light Blue #BADAEA

Tints of Light Blue #BADAEA

Color information

#BADAEA (or 0xBADAEA) is unknown color: approx Light Blue. HEX triplet: BA, DA and EA. RGB value is (186,218,234). Sum of RGB (Red+Green+Blue) = 186+218+234=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAEA is #452515. Grayscale: #D2D2D2. Windows color (decimal): -4531478 or 15391418. OLE color: 15391418.

HSL color Cylindrical-coordinate representation of color #BADAEA: hue angle of 200º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADAEA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186218234-
CMYK0.210.0700.08
HSL200º53.33%82.35%-
HSV(B)200º20.51%91.76%-
XYZ60.1766.5287.51-
YUV210.26141.4110.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=29.15%
G=34.17%
B=36.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862182340.210.0700.0820053.3382.35
HexBADAEA15708c83552
Octal27233235225701031065122
Binary1011101011011010111010101010111101000110010001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAEA; }

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

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

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

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

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

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

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

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