#BCD5FB

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

Shades of Pale Cornflower Blue #BCD5FB

Tints of Pale Cornflower Blue #BCD5FB

Color information

#BCD5FB (or 0xBCD5FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and FB. RGB value is (188,213,251). Sum of RGB (Red+Green+Blue) = 188+213+251=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5FB is #432A04. Grayscale: #D1D1D1. Windows color (decimal): -4401669 or 16504252. OLE color: 16504252.

HSL color Cylindrical-coordinate representation of color #BCD5FB: hue angle of 216.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD5FB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188213251-
CMYK0.250.1500.02
HSL216.19º88.73%86.08%-
HSV(B)216.19º25.1%98.43%-
XYZ61.9565.24100.6-
YUV209.86151.22112.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=28.83%
G=32.67%
B=38.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882132510.250.1500.02216.1988.7386.08
HexBCD5FB19F02d85956
Octal274325373311702330131126
Binary1011110011010101111110111100111110101101100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5FB; }

 p { color: rgb(188,213,251); }

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

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

 a { background-color: rgb(188,213,251); }

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

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

 span { border-color: rgb(188,213,251); }

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