#BAD4E6

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

Shades of Light Blue #BAD4E6

Tints of Light Blue #BAD4E6

Color information

#BAD4E6 (or 0xBAD4E6) is unknown color: approx Light Blue. HEX triplet: BA, D4 and E6. RGB value is (186,212,230). Sum of RGB (Red+Green+Blue) = 186+212+230=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4E6 is #452B19. Grayscale: #CECECE. Windows color (decimal): -4533018 or 15127738. OLE color: 15127738.

HSL color Cylindrical-coordinate representation of color #BAD4E6: hue angle of 204.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD4E6 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186212230-
CMYK0.190.0800.10
HSL204.55º46.81%81.57%-
HSV(B)204.55º19.13%90.2%-
XYZ58.0863.2484.01-
YUV206.28141.39113.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 212 (83.20% from 255) = 33.76%
BLUE value IS 230 (90.23% from 255) = 36.62%
R=29.62%
G=33.76%
B=36.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862122300.190.0800.10204.5546.8181.57
HexBAD4E61380Acd2f52
Octal272324346231001231557122
Binary10111010110101001110011010011100001010110011011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4E6; }

 p { color: rgb(186,212,230); }

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

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

 a { background-color: rgb(186,212,230); }

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

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

 span { border-color: rgb(186,212,230); }

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