#BCD8F3

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

Shades of Pale Cornflower Blue #BCD8F3

Tints of Pale Cornflower Blue #BCD8F3

Color information

#BCD8F3 (or 0xBCD8F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D8 and F3. RGB value is (188,216,243). Sum of RGB (Red+Green+Blue) = 188+216+243=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F3 is #43270C. Grayscale: #D2D2D2. Windows color (decimal): -4400909 or 15980732. OLE color: 15980732.

HSL color Cylindrical-coordinate representation of color #BCD8F3: hue angle of 209.45º 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 #BCD8F3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188216243-
CMYK0.230.1100.05
HSL209.45º69.62%84.51%-
HSV(B)209.45º22.63%95.29%-
XYZ61.4766.2794.35-
YUV210.71146.22111.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 216 (84.77% from 255) = 33.38%
BLUE value IS 243 (95.31% from 255) = 37.56%
R=29.06%
G=33.38%
B=37.56%

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
Decimal1882162430.230.1100.05209.4569.6284.51
HexBCD8F317B05d14655
Octal274330363271305321106125
Binary10111100110110001111001110111101101011101000110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8F3; }

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

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

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

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

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

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

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

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