#BAD5FD

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

Shades of Pale Cornflower Blue #BAD5FD

Tints of Pale Cornflower Blue #BAD5FD

Color information

#BAD5FD (or 0xBAD5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D5 and FD. RGB value is (186,213,253). Sum of RGB (Red+Green+Blue) = 186+213+253=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD5FD is #452A02. Grayscale: #D1D1D1. Windows color (decimal): -4532739 or 16635322. OLE color: 16635322.

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

Color convert

RGB186213253-
CMYK0.260.1600.01
HSL215.82º94.37%86.08%-
HSV(B)215.82º26.48%99.22%-
XYZ61.7765.12102.24-
YUV209.49152.55111.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=28.53%
G=32.67%
B=38.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862132530.260.1600.01215.8294.3786.08
HexBAD5FD1A1001d85e56
Octal272325375322001330136126
Binary1011101011010101111111011101010000011101100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5FD; }

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

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

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

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

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

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

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

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