#BCF9F7

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

Shades of Pale Turquoise #BCF9F7

Tints of Pale Turquoise #BCF9F7

Color information

#BCF9F7 (or 0xBCF9F7) is unknown color: approx Pale Turquoise. HEX triplet: BC, F9 and F7. RGB value is (188,249,247). Sum of RGB (Red+Green+Blue) = 188+249+247=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF9F7 is #430608. Grayscale: #E6E6E6. Windows color (decimal): -4392457 or 16251324. OLE color: 16251324.

HSL color Cylindrical-coordinate representation of color #BCF9F7: hue angle of 178.03º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9F7 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB188249247-
CMYK0.2400.010.02
HSL178.03º83.56%85.69%-
HSV(B)178.03º24.5%97.65%-
XYZ71.485.16100.67-
YUV230.53137.2997.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.49%
GREEN value IS 249 (97.66% from 255) = 36.40%
BLUE value IS 247 (96.88% from 255) = 36.11%
R=27.49%
G=36.40%
B=36.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882492470.2400.010.02178.0383.5685.69
HexBCF9F718012b25456
Octal27437136730012262124126
Binary1011110011111001111101111100001101011001010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9F7; }

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

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

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

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

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

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

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

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