#BCFCF9

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

Shades of Pale Turquoise #BCFCF9

Tints of Pale Turquoise #BCFCF9

Color information

#BCFCF9 (or 0xBCFCF9) is unknown color: approx Pale Turquoise. HEX triplet: BC, FC and F9. RGB value is (188,252,249). Sum of RGB (Red+Green+Blue) = 188+252+249=689 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.29% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCF9 is #430306. Grayscale: #E8E8E8. Windows color (decimal): -4391687 or 16383164. OLE color: 16383164.

HSL color Cylindrical-coordinate representation of color #BCFCF9: hue angle of 177.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCF9 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB188252249-
CMYK0.2500.010.01
HSL177.19º91.43%86.27%-
HSV(B)177.19º25.4%98.82%-
XYZ72.6587.15102.62-
YUV232.52137.396.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.29%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=27.29%
G=36.57%
B=36.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522490.2500.010.01177.1991.4386.27
HexBCFCF919011b15b56
Octal27437437131011261133126
Binary101111001111110011111001110010111011000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCF9; }

 p { color: rgb(188,252,249); }

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

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

 a { background-color: rgb(188,252,249); }

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

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

 span { border-color: rgb(188,252,249); }

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