#BAD6FD

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

Shades of Pale Cornflower Blue #BAD6FD

Tints of Pale Cornflower Blue #BAD6FD

Color information

#BAD6FD (or 0xBAD6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D6 and FD. RGB value is (186,214,253). Sum of RGB (Red+Green+Blue) = 186+214+253=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6FD is #452902. Grayscale: #D1D1D1. Windows color (decimal): -4532483 or 16635578. OLE color: 16635578.

HSL color Cylindrical-coordinate representation of color #BAD6FD: hue angle of 214.93º degrees, saturation: 0.94, 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 #BAD6FD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186214253-
CMYK0.260.1500.01
HSL214.93º94.37%86.08%-
HSV(B)214.93º26.48%99.22%-
XYZ62.0365.62102.33-
YUV210.07152.22110.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=28.48%
G=32.77%
B=38.74%

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
Decimal1862142530.260.1500.01214.9394.3786.08
HexBAD6FD1AF01d75e56
Octal272326375321701327136126
Binary101110101101011011111101110101111011101011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6FD; }

 p { color: rgb(186,214,253); }

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

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

 a { background-color: rgb(186,214,253); }

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

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

 span { border-color: rgb(186,214,253); }

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