#BAD9F1

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

Shades of Pale Cornflower Blue #BAD9F1

Tints of Pale Cornflower Blue #BAD9F1

Color information

#BAD9F1 (or 0xBAD9F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D9 and F1. RGB value is (186,217,241). Sum of RGB (Red+Green+Blue) = 186+217+241=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9F1 is #45260E. Grayscale: #D2D2D2. Windows color (decimal): -4531727 or 15849914. OLE color: 15849914.

HSL color Cylindrical-coordinate representation of color #BAD9F1: hue angle of 206.18º 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 #BAD9F1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186217241-
CMYK0.230.1000.05
HSL206.18º66.27%83.73%-
HSV(B)206.18º22.82%94.51%-
XYZ60.9466.4292.83-
YUV210.47145.23110.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=28.88%
G=33.70%
B=37.42%

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
Decimal1862172410.230.1000.05206.1866.2783.73
HexBAD9F117A05ce4254
Octal272331361271205316102124
Binary10111010110110011111000110111101001011100111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9F1; }

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

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

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

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

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

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

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

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