#BCF7FB

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

Shades of Pale Turquoise #BCF7FB

Tints of Pale Turquoise #BCF7FB

Color information

#BCF7FB (or 0xBCF7FB) is unknown color: approx Pale Turquoise. HEX triplet: BC, F7 and FB. RGB value is (188,247,251). Sum of RGB (Red+Green+Blue) = 188+247+251=686 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.41% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7FB is #430804. Grayscale: #E5E5E5. Windows color (decimal): -4392965 or 16512956. OLE color: 16512956.

HSL color Cylindrical-coordinate representation of color #BCF7FB: hue angle of 183.81º 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 #BCF7FB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188247251-
CMYK0.250.0200.02
HSL183.81º88.73%86.08%-
HSV(B)183.81º25.1%98.43%-
XYZ71.4184.18103.75-
YUV229.82139.9598.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.41%
GREEN value IS 247 (96.88% from 255) = 36.01%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=27.41%
G=36.01%
B=36.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882472510.250.0200.02183.8188.7386.08
HexBCF7FB19202b85956
Octal27436737331202270131126
Binary10111100111101111111101111001100101011100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7FB; }

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

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

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

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

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

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

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

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