#BCD5FE

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

Shades of Pale Cornflower Blue #BCD5FE

Tints of Pale Cornflower Blue #BCD5FE

Color information

#BCD5FE (or 0xBCD5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and FE. RGB value is (188,213,254). Sum of RGB (Red+Green+Blue) = 188+213+254=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5FE is #432A01. Grayscale: #D2D2D2. Windows color (decimal): -4401666 or 16700860. OLE color: 16700860.

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

Color convert

RGB188213254-
CMYK0.260.1600.00
HSL217.27º97.06%86.67%-
HSV(B)217.27º25.98%99.61%-
XYZ62.4265.44103.11-
YUV210.2152.72112.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 213 (83.59% from 255) = 32.52%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=28.70%
G=32.52%
B=38.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882132540.260.1600.00217.2797.0686.67
HexBCD5FE1A1000d96157
Octal274325376322000331141127
Binary1011110011010101111111101101010000001101100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5FE; }

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

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

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

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

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

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

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

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