#BAD6EC

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

Shades of Pale Cornflower Blue #BAD6EC

Tints of Pale Cornflower Blue #BAD6EC

Color information

#BAD6EC (or 0xBAD6EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D6 and EC. RGB value is (186,214,236). Sum of RGB (Red+Green+Blue) = 186+214+236=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6EC is #452913. Grayscale: #D0D0D0. Windows color (decimal): -4532500 or 15521466. OLE color: 15521466.

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

Color convert

RGB186214236-
CMYK0.210.0900.07
HSL206.4º56.82%82.75%-
HSV(B)206.4º21.19%92.55%-
XYZ59.4464.5988.69-
YUV208.14143.72112.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=29.25%
G=33.65%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862142360.210.0900.07206.456.8282.75
HexBAD6EC15907ce3953
Octal27232635425110731671123
Binary1011101011010110111011001010110010111110011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6EC; }

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

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

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

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

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

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

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

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