#BAD6F9

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

Shades of Pale Cornflower Blue #BAD6F9

Tints of Pale Cornflower Blue #BAD6F9

Color information

#BAD6F9 (or 0xBAD6F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D6 and F9. RGB value is (186,214,249). Sum of RGB (Red+Green+Blue) = 186+214+249=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAD6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6F9 is #452906. Grayscale: #D1D1D1. Windows color (decimal): -4532487 or 16373434. OLE color: 16373434.

HSL color Cylindrical-coordinate representation of color #BAD6F9: hue angle of 213.33º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD6F9 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186214249-
CMYK0.250.1400.02
HSL213.33º84%85.29%-
HSV(B)213.33º25.3%97.65%-
XYZ61.465.3799-
YUV209.62150.22111.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 214 (83.98% from 255) = 32.97%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=28.66%
G=32.97%
B=38.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862142490.250.1400.02213.338485.29
HexBAD6F919E02d55455
Octal272326371311602325124125
Binary1011101011010110111110011100111100101101010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6F9; }

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

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

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

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

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

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

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

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