#BAD6ED

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

Shades of Pale Cornflower Blue #BAD6ED

Tints of Pale Cornflower Blue #BAD6ED

Color information

#BAD6ED (or 0xBAD6ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D6 and ED. RGB value is (186,214,237). Sum of RGB (Red+Green+Blue) = 186+214+237=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6ED is #452912. Grayscale: #D0D0D0. Windows color (decimal): -4532499 or 15587002. OLE color: 15587002.

HSL color Cylindrical-coordinate representation of color #BAD6ED: hue angle of 207.06º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD6ED is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186214237-
CMYK0.220.1000.07
HSL207.06º58.62%82.94%-
HSV(B)207.06º21.52%92.94%-
XYZ59.5864.6589.46-
YUV208.25144.22112.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=29.20%
G=33.59%
B=37.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862142370.220.1000.07207.0658.6282.94
HexBAD6ED16A07cf3b53
Octal27232635526120731773123
Binary1011101011010110111011011011010100111110011111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6ED; }

 p { color: rgb(186,214,237); }

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

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

 a { background-color: rgb(186,214,237); }

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

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

 span { border-color: rgb(186,214,237); }

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