#BAD5F1

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

Shades of Pale Cornflower Blue #BAD5F1

Tints of Pale Cornflower Blue #BAD5F1

Color information

#BAD5F1 (or 0xBAD5F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and F1. RGB value is (186,213,241). Sum of RGB (Red+Green+Blue) = 186+213+241=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5F1 is #452A0E. Grayscale: #CFCFCF. Windows color (decimal): -4532751 or 15848890. OLE color: 15848890.

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

Color convert

RGB186213241-
CMYK0.230.1200.05
HSL210.55º66.27%83.73%-
HSV(B)210.55º22.82%94.51%-
XYZ59.9264.3892.49-
YUV208.12146.55112.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=29.06%
G=33.28%
B=37.66%

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
Decimal1862132410.230.1200.05210.5566.2783.73
HexBAD5F117C05d34254
Octal272325361271405323102124
Binary10111010110101011111000110111110001011101001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5F1; }

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

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

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

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

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

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

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

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