#BCFAF6

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

Shades of Pale Turquoise #BCFAF6

Tints of Pale Turquoise #BCFAF6

Color information

#BCFAF6 (or 0xBCFAF6) is unknown color: approx Pale Turquoise. HEX triplet: BC, FA and F6. RGB value is (188,250,246). Sum of RGB (Red+Green+Blue) = 188+250+246=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF6 is #430509. Grayscale: #E6E6E6. Windows color (decimal): -4392202 or 16186044. OLE color: 16186044.

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

Color convert

RGB188250246-
CMYK0.2500.020.02
HSL176.13º86.11%85.88%-
HSV(B)176.13º24.8%98.04%-
XYZ71.5685.7299.96-
YUV231.01136.4697.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.49%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=27.49%
G=36.55%
B=35.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502460.2500.020.02176.1386.1185.88
HexBCFAF619022b05656
Octal27437236631022260126126
Binary10111100111110101111011011001010101011000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAF6; }

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

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

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

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

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

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

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

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