#BCF8F6

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

Shades of Pale Turquoise #BCF8F6

Tints of Pale Turquoise #BCF8F6

Color information

#BCF8F6 (or 0xBCF8F6) is unknown color: approx Pale Turquoise. HEX triplet: BC, F8 and F6. RGB value is (188,248,246). Sum of RGB (Red+Green+Blue) = 188+248+246=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8F6 is #430709. Grayscale: #E5E5E5. Windows color (decimal): -4392714 or 16185532. OLE color: 16185532.

HSL color Cylindrical-coordinate representation of color #BCF8F6: hue angle of 178º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8F6 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB188248246-
CMYK0.2400.010.03
HSL178º81.08%85.49%-
HSV(B)178º24.19%97.25%-
XYZ70.9484.4899.76-
YUV229.83137.1298.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.57%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 246 (96.48% from 255) = 36.07%
R=27.57%
G=36.36%
B=36.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482460.2400.010.0317881.0885.49
HexBCF8F618013b25155
Octal27437036630013262121125
Binary1011110011111000111101101100001111011001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8F6; }

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

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

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

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

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

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

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

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