#BCD7FB

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

Shades of Pale Cornflower Blue #BCD7FB

Tints of Pale Cornflower Blue #BCD7FB

Color information

#BCD7FB (or 0xBCD7FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D7 and FB. RGB value is (188,215,251). Sum of RGB (Red+Green+Blue) = 188+215+251=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7FB is #432804. Grayscale: #D2D2D2. Windows color (decimal): -4401157 or 16504764. OLE color: 16504764.

HSL color Cylindrical-coordinate representation of color #BCD7FB: hue angle of 214.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD7FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188215251-
CMYK0.250.1400.02
HSL214.29º88.73%86.08%-
HSV(B)214.29º25.1%98.43%-
XYZ62.4566.26100.76-
YUV211.03150.55111.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=28.75%
G=32.87%
B=38.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882152510.250.1400.02214.2988.7386.08
HexBCD7FB19E02d65956
Octal274327373311602326131126
Binary1011110011010111111110111100111100101101011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7FB; }

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

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

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

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

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

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

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

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