#BCFFF7

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

Shades of Pale Turquoise #BCFFF7

Tints of Pale Turquoise #BCFFF7

Color information

#BCFFF7 (or 0xBCFFF7) is unknown color: approx Pale Turquoise. HEX triplet: BC, FF and F7. RGB value is (188,255,247). Sum of RGB (Red+Green+Blue) = 188+255+247=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF7 is #430008. Grayscale: #EAEAEA. Windows color (decimal): -4390921 or 16252860. OLE color: 16252860.

HSL color Cylindrical-coordinate representation of color #BCFFF7: hue angle of 172.84º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFF7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB188255247-
CMYK0.2600.030
HSL172.84º100%86.86%-
HSV(B)172.84º26.27%100%-
XYZ73.2988.93101.3-
YUV234.06135.395.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.25%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=27.25%
G=36.96%
B=35.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552470.2600.030172.8410086.86
HexBCFFF71A030ad6457
Octal27437736732030255144127
Binary1011110011111111111101111101001101010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFF7; }

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

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

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

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

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

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

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

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