#BAD1E1

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

Shades of Spindle #BAD1E1

Tints of Spindle #BAD1E1

Color information

#BAD1E1 (or 0xBAD1E1) is unknown color: approx Spindle. HEX triplet: BA, D1 and E1. RGB value is (186,209,225). Sum of RGB (Red+Green+Blue) = 186+209+225=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAD1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1E1 is #452E1E. Grayscale: #CBCBCB. Windows color (decimal): -4533791 or 14799290. OLE color: 14799290.

HSL color Cylindrical-coordinate representation of color #BAD1E1: hue angle of 204.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD1E1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186209225-
CMYK0.170.0700.12
HSL204.62º39.39%80.59%-
HSV(B)204.62º17.33%88.24%-
XYZ56.6461.4880.11-
YUV203.95139.88115.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=30%
G=33.71%
B=36.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862092250.170.0700.12204.6239.3980.59
HexBAD1E11170Ccd2751
Octal27232134121701431547121
Binary1011101011010001111000011000111101100110011011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1E1; }

 p { color: rgb(186,209,225); }

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

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

 a { background-color: rgb(186,209,225); }

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

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

 span { border-color: rgb(186,209,225); }

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