#BAD7EB

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

Shades of Light Blue #BAD7EB

Tints of Light Blue #BAD7EB

Color information

#BAD7EB (or 0xBAD7EB) is unknown color: approx Light Blue. HEX triplet: BA, D7 and EB. RGB value is (186,215,235). Sum of RGB (Red+Green+Blue) = 186+215+235=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD7EB is #452814. Grayscale: #D0D0D0. Windows color (decimal): -4532245 or 15456186. OLE color: 15456186.

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

Color convert

RGB186215235-
CMYK0.210.0900.08
HSL204.49º55.06%82.55%-
HSV(B)204.49º20.85%92.16%-
XYZ59.5565.0488.01-
YUV208.61142.89111.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=29.25%
G=33.81%
B=36.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862152350.210.0900.08204.4955.0682.55
HexBAD7EB15908cc3753
Octal272327353251101031467123
Binary10111010110101111110101110101100101000110011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7EB; }

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

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

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

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

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

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

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

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