#BCD9FC

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

Shades of Pale Cornflower Blue #BCD9FC

Tints of Pale Cornflower Blue #BCD9FC

Color information

#BCD9FC (or 0xBCD9FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D9 and FC. RGB value is (188,217,252). Sum of RGB (Red+Green+Blue) = 188+217+252=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9FC is #432603. Grayscale: #D4D4D4. Windows color (decimal): -4400644 or 16570812. OLE color: 16570812.

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

Color convert

RGB188217252-
CMYK0.250.1400.01
HSL212.81º91.43%86.27%-
HSV(B)212.81º25.4%98.82%-
XYZ63.1267.35101.77-
YUV212.32150.39110.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=28.61%
G=33.03%
B=38.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882172520.250.1400.01212.8191.4386.27
HexBCD9FC19E01d55b56
Octal274331374311601325133126
Binary101111001101100111111100110011110011101010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9FC; }

 p { color: rgb(188,217,252); }

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

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

 a { background-color: rgb(188,217,252); }

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

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

 span { border-color: rgb(188,217,252); }

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