#BAD8F1

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

Shades of Pale Cornflower Blue #BAD8F1

Tints of Pale Cornflower Blue #BAD8F1

Color information

#BAD8F1 (or 0xBAD8F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D8 and F1. RGB value is (186,216,241). Sum of RGB (Red+Green+Blue) = 186+216+241=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8F1 is #45270E. Grayscale: #D1D1D1. Windows color (decimal): -4531983 or 15849658. OLE color: 15849658.

HSL color Cylindrical-coordinate representation of color #BAD8F1: hue angle of 207.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD8F1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186216241-
CMYK0.230.1000.05
HSL207.27º66.27%83.73%-
HSV(B)207.27º22.82%94.51%-
XYZ60.6865.992.74-
YUV209.88145.56110.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=28.93%
G=33.59%
B=37.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862162410.230.1000.05207.2766.2783.73
HexBAD8F117A05cf4254
Octal272330361271205317102124
Binary10111010110110001111000110111101001011100111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8F1; }

 p { color: rgb(186,216,241); }

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

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

 a { background-color: rgb(186,216,241); }

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

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

 span { border-color: rgb(186,216,241); }

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