#BAD4F1

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

Shades of Pale Cornflower Blue #BAD4F1

Tints of Pale Cornflower Blue #BAD4F1

Color information

#BAD4F1 (or 0xBAD4F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and F1. RGB value is (186,212,241). Sum of RGB (Red+Green+Blue) = 186+212+241=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4F1 is #452B0E. Grayscale: #CFCFCF. Windows color (decimal): -4533007 or 15848634. OLE color: 15848634.

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

Color convert

RGB186212241-
CMYK0.230.1200.05
HSL211.64º66.27%83.73%-
HSV(B)211.64º22.82%94.51%-
XYZ59.6763.8892.4-
YUV207.53146.89112.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=29.11%
G=33.18%
B=37.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862122410.230.1200.05211.6466.2783.73
HexBAD4F117C05d44254
Octal272324361271405324102124
Binary10111010110101001111000110111110001011101010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4F1; }

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

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

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

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

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

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

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

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