#BCD8F9

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

Shades of Pale Cornflower Blue #BCD8F9

Tints of Pale Cornflower Blue #BCD8F9

Color information

#BCD8F9 (or 0xBCD8F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D8 and F9. RGB value is (188,216,249). Sum of RGB (Red+Green+Blue) = 188+216+249=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCD8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F9 is #432706. Grayscale: #D3D3D3. Windows color (decimal): -4400903 or 16373948. OLE color: 16373948.

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

Color convert

RGB188216249-
CMYK0.240.1300.02
HSL212.46º83.56%85.69%-
HSV(B)212.46º24.5%97.65%-
XYZ62.3966.6499.2-
YUV211.39149.22111.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=28.79%
G=33.08%
B=38.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882162490.240.1300.02212.4683.5685.69
HexBCD8F918D02d45456
Octal274330371301502324124126
Binary1011110011011000111110011100011010101101010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8F9; }

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

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

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

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

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

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

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

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