#BAD9F6

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

Shades of Pale Cornflower Blue #BAD9F6

Tints of Pale Cornflower Blue #BAD9F6

Color information

#BAD9F6 (or 0xBAD9F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D9 and F6. RGB value is (186,217,246). Sum of RGB (Red+Green+Blue) = 186+217+246=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAD9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9F6 is #452609. Grayscale: #D2D2D2. Windows color (decimal): -4531722 or 16177594. OLE color: 16177594.

HSL color Cylindrical-coordinate representation of color #BAD9F6: hue angle of 209º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD9F6 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186217246-
CMYK0.240.1200.04
HSL209º76.92%84.71%-
HSV(B)209º24.39%96.47%-
XYZ61.766.7296.81-
YUV211.04147.73110.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 217 (85.16% from 255) = 33.44%
BLUE value IS 246 (96.48% from 255) = 37.90%
R=28.66%
G=33.44%
B=37.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862172460.240.1200.0420976.9284.71
HexBAD9F618C04d14d55
Octal272331366301404321115125
Binary10111010110110011111011011000110001001101000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9F6; }

 p { color: rgb(186,217,246); }

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

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

 a { background-color: rgb(186,217,246); }

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

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

 span { border-color: rgb(186,217,246); }

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