#BADBEA

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

Shades of Light Blue #BADBEA

Tints of Light Blue #BADBEA

Color information

#BADBEA (or 0xBADBEA) is unknown color: approx Light Blue. HEX triplet: BA, DB and EA. RGB value is (186,219,234). Sum of RGB (Red+Green+Blue) = 186+219+234=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBEA is #452415. Grayscale: #D2D2D2. Windows color (decimal): -4531222 or 15391674. OLE color: 15391674.

HSL color Cylindrical-coordinate representation of color #BADBEA: hue angle of 198.75º 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 #BADBEA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186219234-
CMYK0.210.0600.08
HSL198.75º53.33%82.35%-
HSV(B)198.75º20.51%91.76%-
XYZ60.4367.0487.6-
YUV210.84141.07110.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=29.11%
G=34.27%
B=36.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862192340.210.0600.08198.7553.3382.35
HexBADBEA15608c73552
Octal27233335225601030765122
Binary1011101011011011111010101010111001000110001111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBEA; }

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

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

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

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

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

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

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

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