#BAD8FE

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

Shades of Pale Cornflower Blue #BAD8FE

Tints of Pale Cornflower Blue #BAD8FE

Color information

#BAD8FE (or 0xBAD8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D8 and FE. RGB value is (186,216,254). Sum of RGB (Red+Green+Blue) = 186+216+254=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8FE is #452701. Grayscale: #D3D3D3. Windows color (decimal): -4531970 or 16701626. OLE color: 16701626.

HSL color Cylindrical-coordinate representation of color #BAD8FE: hue angle of 213.53º 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 #BAD8FE is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186216254-
CMYK0.270.1500.00
HSL213.53º97.14%86.27%-
HSV(B)213.53º26.77%99.61%-
XYZ62.6966.71103.34-
YUV211.36152.06109.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=28.35%
G=32.93%
B=38.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862162540.270.1500.00213.5397.1486.27
HexBAD8FE1BF00d66156
Octal272330376331700326141126
Binary101110101101100011111110110111111001101011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD8FE; }

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

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

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

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

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

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

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

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