#BAD7EA

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

Shades of Light Blue #BAD7EA

Tints of Light Blue #BAD7EA

Color information

#BAD7EA (or 0xBAD7EA) is unknown color: approx Light Blue. HEX triplet: BA, D7 and EA. RGB value is (186,215,234). Sum of RGB (Red+Green+Blue) = 186+215+234=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7EA is #452815. Grayscale: #D0D0D0. Windows color (decimal): -4532246 or 15390650. OLE color: 15390650.

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

Color convert

RGB186215234-
CMYK0.210.0800.08
HSL203.75º53.33%82.35%-
HSV(B)203.75º20.51%91.76%-
XYZ59.464.9887.25-
YUV208.5142.39111.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=29.29%
G=33.86%
B=36.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862152340.210.0800.08203.7553.3382.35
HexBAD7EA15808cc3552
Octal272327352251001031465122
Binary10111010110101111110101010101100001000110011001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7EA; }

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

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

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

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

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

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

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

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