#BCFAF8

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

Shades of Pale Turquoise #BCFAF8

Tints of Pale Turquoise #BCFAF8

Color information

#BCFAF8 (or 0xBCFAF8) is unknown color: approx Pale Turquoise. HEX triplet: BC, FA and F8. RGB value is (188,250,248). Sum of RGB (Red+Green+Blue) = 188+250+248=686 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.41% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF8 is #430507. Grayscale: #E7E7E7. Windows color (decimal): -4392200 or 16317116. OLE color: 16317116.

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

Color convert

RGB188250248-
CMYK0.2500.010.02
HSL178.06º86.11%85.88%-
HSV(B)178.06º24.8%98.04%-
XYZ71.8785.84101.59-
YUV231.23137.4697.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.41%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 248 (97.27% from 255) = 36.15%
R=27.41%
G=36.44%
B=36.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502480.2500.010.02178.0686.1185.88
HexBCFAF819012b25656
Octal27437237031012262126126
Binary1011110011111010111110001100101101011001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAF8; }

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

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

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

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

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

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

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

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