#BCD8F1

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

Shades of Pale Cornflower Blue #BCD8F1

Tints of Pale Cornflower Blue #BCD8F1

Color information

#BCD8F1 (or 0xBCD8F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D8 and F1. RGB value is (188,216,241). Sum of RGB (Red+Green+Blue) = 188+216+241=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8F1 is #43270E. Grayscale: #D2D2D2. Windows color (decimal): -4400911 or 15849660. OLE color: 15849660.

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

Color convert

RGB188216241-
CMYK0.220.1000.05
HSL208.3º65.43%84.12%-
HSV(B)208.3º21.99%94.51%-
XYZ61.1766.1592.76-
YUV210.48145.22111.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=29.15%
G=33.49%
B=37.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882162410.220.1000.05208.365.4384.12
HexBCD8F116A05d04154
Octal274330361261205320101124
Binary10111100110110001111000110110101001011101000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8F1; }

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

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

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

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

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

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

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

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