#BCD5FF

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

Shades of Pale Cornflower Blue #BCD5FF

Tints of Pale Cornflower Blue #BCD5FF

Color information

#BCD5FF (or 0xBCD5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and FF. RGB value is (188,213,255). Sum of RGB (Red+Green+Blue) = 188+213+255=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5FF is #432A00. Grayscale: #D2D2D2. Windows color (decimal): -4401665 or 16766396. OLE color: 16766396.

HSL color Cylindrical-coordinate representation of color #BCD5FF: hue angle of 217.61º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD5FF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188213255-
CMYK0.260.1600
HSL217.61º100%86.86%-
HSV(B)217.61º26.27%100%-
XYZ62.5865.5103.95-
YUV210.31153.22112.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 255 (100% from 255) = 38.87%
R=28.66%
G=32.47%
B=38.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882132550.260.1600217.6110086.86
HexBCD5FF1A1000da6457
Octal274325377322000332144127
Binary1011110011010101111111111101010000001101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5FF; }

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

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

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

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

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

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

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

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