#BAD5FE

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

Shades of Pale Cornflower Blue #BAD5FE

Tints of Pale Cornflower Blue #BAD5FE

Color information

#BAD5FE (or 0xBAD5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and FE. RGB value is (186,213,254). Sum of RGB (Red+Green+Blue) = 186+213+254=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5FE is #452A01. Grayscale: #D1D1D1. Windows color (decimal): -4532738 or 16700858. OLE color: 16700858.

HSL color Cylindrical-coordinate representation of color #BAD5FE: hue angle of 216.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD5FE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186213254-
CMYK0.270.1600.00
HSL216.18º97.14%86.27%-
HSV(B)216.18º26.77%99.61%-
XYZ61.9365.18103.08-
YUV209.6153.05111.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=28.48%
G=32.62%
B=38.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862132540.270.1600.00216.1897.1486.27
HexBAD5FE1B1000d86156
Octal272325376332000330141126
Binary1011101011010101111111101101110000001101100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5FE; }

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

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

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

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

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

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

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

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