#BCD9F3

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

Shades of Pale Cornflower Blue #BCD9F3

Tints of Pale Cornflower Blue #BCD9F3

Color information

#BCD9F3 (or 0xBCD9F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D9 and F3. RGB value is (188,217,243). Sum of RGB (Red+Green+Blue) = 188+217+243=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F3 is #43260C. Grayscale: #D3D3D3. Windows color (decimal): -4400653 or 15980988. OLE color: 15980988.

HSL color Cylindrical-coordinate representation of color #BCD9F3: hue angle of 208.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD9F3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188217243-
CMYK0.230.1100.05
HSL208.36º69.62%84.51%-
HSV(B)208.36º22.63%95.29%-
XYZ61.7366.7994.43-
YUV211.29145.89111.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=29.01%
G=33.49%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882172430.230.1100.05208.3669.6284.51
HexBCD9F317B05d04655
Octal274331363271305320106125
Binary10111100110110011111001110111101101011101000010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD9F3; }

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

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

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

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

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

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

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

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