#BCF8FB

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

Shades of Pale Turquoise #BCF8FB

Tints of Pale Turquoise #BCF8FB

Color information

#BCF8FB (or 0xBCF8FB) is unknown color: approx Pale Turquoise. HEX triplet: BC, F8 and FB. RGB value is (188,248,251). Sum of RGB (Red+Green+Blue) = 188+248+251=687 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.37% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8FB is #430704. Grayscale: #E6E6E6. Windows color (decimal): -4392709 or 16513212. OLE color: 16513212.

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

Color convert

RGB188248251-
CMYK0.250.0100.02
HSL182.86º88.73%86.08%-
HSV(B)182.86º25.1%98.43%-
XYZ71.7284.79103.85-
YUV230.4139.6297.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.37%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=27.37%
G=36.10%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882482510.250.0100.02182.8688.7386.08
HexBCF8FB19102b75956
Octal27437037331102267131126
Binary1011110011111000111110111100110101011011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8FB; }

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

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

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

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

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

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

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

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