#BCF9F8

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

Shades of Pale Turquoise #BCF9F8

Tints of Pale Turquoise #BCF9F8

Color information

#BCF9F8 (or 0xBCF9F8) is unknown color: approx Pale Turquoise. HEX triplet: BC, F9 and F8. RGB value is (188,249,248). Sum of RGB (Red+Green+Blue) = 188+249+248=685 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.45% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF9F8 is #430607. Grayscale: #E6E6E6. Windows color (decimal): -4392456 or 16316860. OLE color: 16316860.

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

Color convert

RGB188249248-
CMYK0.2400.000.02
HSL179.02º83.56%85.69%-
HSV(B)179.02º24.5%97.65%-
XYZ71.5685.22101.48-
YUV230.65137.7997.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.45%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=27.45%
G=36.35%
B=36.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882492480.2400.000.02179.0283.5685.69
HexBCF9F818002b35456
Octal27437137030002263124126
Binary1011110011111001111110001100000101011001110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9F8; }

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

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

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

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

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

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

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

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