#BCD5F7

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

Shades of Pale Cornflower Blue #BCD5F7

Tints of Pale Cornflower Blue #BCD5F7

Color information

#BCD5F7 (or 0xBCD5F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and F7. RGB value is (188,213,247). Sum of RGB (Red+Green+Blue) = 188+213+247=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5F7 is #432A08. Grayscale: #D1D1D1. Windows color (decimal): -4401673 or 16242108. OLE color: 16242108.

HSL color Cylindrical-coordinate representation of color #BCD5F7: hue angle of 214.58º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD5F7 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188213247-
CMYK0.240.1400.03
HSL214.58º78.67%85.29%-
HSV(B)214.58º23.89%96.86%-
XYZ61.326597.31-
YUV209.4149.22112.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 213 (83.59% from 255) = 32.87%
BLUE value IS 247 (96.88% from 255) = 38.12%
R=29.01%
G=32.87%
B=38.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882132470.240.1400.03214.5878.6785.29
HexBCD5F718E03d74f55
Octal274325367301603327117125
Binary1011110011010101111101111100011100111101011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5F7; }

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

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

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

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

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

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

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

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