#BCF6FC

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

Shades of Pale Turquoise #BCF6FC

Tints of Pale Turquoise #BCF6FC

Color information

#BCF6FC (or 0xBCF6FC) is unknown color: approx Pale Turquoise. HEX triplet: BC, F6 and FC. RGB value is (188,246,252). Sum of RGB (Red+Green+Blue) = 188+246+252=686 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.41% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6FC is #430903. Grayscale: #E5E5E5. Windows color (decimal): -4393220 or 16578236. OLE color: 16578236.

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

Color convert

RGB188246252-
CMYK0.250.0200.01
HSL185.62º91.43%86.27%-
HSV(B)185.62º25.4%98.82%-
XYZ71.2783.63104.48-
YUV229.34140.7898.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.41%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=27.41%
G=35.86%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882462520.250.0200.01185.6291.4386.27
HexBCF6FC19201ba5b56
Octal27436637431201272133126
Binary1011110011110110111111001100110011011101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6FC; }

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

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

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

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

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

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

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

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