#BCD8FD

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

Shades of Pale Cornflower Blue #BCD8FD

Tints of Pale Cornflower Blue #BCD8FD

Color information

#BCD8FD (or 0xBCD8FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D8 and FD. RGB value is (188,216,253). Sum of RGB (Red+Green+Blue) = 188+216+253=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8FD is #432702. Grayscale: #D3D3D3. Windows color (decimal): -4400899 or 16636092. OLE color: 16636092.

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

Color convert

RGB188216253-
CMYK0.260.1500.01
HSL214.15º94.2%86.47%-
HSV(B)214.15º25.69%99.22%-
XYZ63.0266.89102.52-
YUV211.85151.22110.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=28.61%
G=32.88%
B=38.51%

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
Decimal1882162530.260.1500.01214.1594.286.47
HexBCD8FD1AF01d65e56
Octal274330375321701326136126
Binary101111001101100011111101110101111011101011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8FD; }

 p { color: rgb(188,216,253); }

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

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

 a { background-color: rgb(188,216,253); }

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

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

 span { border-color: rgb(188,216,253); }

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