#BCD7F1

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

Shades of Pale Cornflower Blue #BCD7F1

Tints of Pale Cornflower Blue #BCD7F1

Color information

#BCD7F1 (or 0xBCD7F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D7 and F1. RGB value is (188,215,241). Sum of RGB (Red+Green+Blue) = 188+215+241=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7F1 is #43280E. Grayscale: #D1D1D1. Windows color (decimal): -4401167 or 15849404. OLE color: 15849404.

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

Color convert

RGB188215241-
CMYK0.220.1100.05
HSL209.43º65.43%84.12%-
HSV(B)209.43º21.99%94.51%-
XYZ60.9265.6492.68-
YUV209.89145.55112.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=29.19%
G=33.39%
B=37.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882152410.220.1100.05209.4365.4384.12
HexBCD7F116B05d14154
Octal274327361261305321101124
Binary10111100110101111111000110110101101011101000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7F1; }

 p { color: rgb(188,215,241); }

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

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

 a { background-color: rgb(188,215,241); }

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

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

 span { border-color: rgb(188,215,241); }

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