#BAD6F7

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

Shades of Pale Cornflower Blue #BAD6F7

Tints of Pale Cornflower Blue #BAD6F7

Color information

#BAD6F7 (or 0xBAD6F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D6 and F7. RGB value is (186,214,247). Sum of RGB (Red+Green+Blue) = 186+214+247=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAD6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6F7 is #452908. Grayscale: #D1D1D1. Windows color (decimal): -4532489 or 16242362. OLE color: 16242362.

HSL color Cylindrical-coordinate representation of color #BAD6F7: hue angle of 212.46º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD6F7 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186214247-
CMYK0.250.1300.03
HSL212.46º79.22%84.9%-
HSV(B)212.46º24.7%96.86%-
XYZ61.0865.2597.37-
YUV209.39149.22111.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 214 (83.98% from 255) = 33.08%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=28.75%
G=33.08%
B=38.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862142470.250.1300.03212.4679.2284.9
HexBAD6F719D03d44f55
Octal272326367311503324117125
Binary1011101011010110111101111100111010111101010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6F7; }

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

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

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

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

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

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

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

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