#BCD5F1

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

Shades of Pale Cornflower Blue #BCD5F1

Tints of Pale Cornflower Blue #BCD5F1

Color information

#BCD5F1 (or 0xBCD5F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and F1. RGB value is (188,213,241). Sum of RGB (Red+Green+Blue) = 188+213+241=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5F1 is #432A0E. Grayscale: #D0D0D0. Windows color (decimal): -4401679 or 15848892. OLE color: 15848892.

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

Color convert

RGB188213241-
CMYK0.220.1200.05
HSL211.7º65.43%84.12%-
HSV(B)211.7º21.99%94.51%-
XYZ60.4164.6392.51-
YUV208.72146.22113.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=29.28%
G=33.18%
B=37.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882132410.220.1200.05211.765.4384.12
HexBCD5F116C05d44154
Octal274325361261405324101124
Binary10111100110101011111000110110110001011101010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5F1; }

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

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

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

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

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

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

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

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