#BAD5FC

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

Shades of Pale Cornflower Blue #BAD5FC

Tints of Pale Cornflower Blue #BAD5FC

Color information

#BAD5FC (or 0xBAD5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and FC. RGB value is (186,213,252). Sum of RGB (Red+Green+Blue) = 186+213+252=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5FC is #452A03. Grayscale: #D1D1D1. Windows color (decimal): -4532740 or 16569786. OLE color: 16569786.

HSL color Cylindrical-coordinate representation of color #BAD5FC: hue angle of 215.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD5FC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186213252-
CMYK0.260.1500.01
HSL215.45º91.67%85.88%-
HSV(B)215.45º26.19%98.82%-
XYZ61.6165.06101.41-
YUV209.37152.05111.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=28.57%
G=32.72%
B=38.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862132520.260.1500.01215.4591.6785.88
HexBAD5FC1AF01d75c56
Octal272325374321701327134126
Binary101110101101010111111100110101111011101011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5FC; }

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

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

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

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

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

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

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

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