#BCFAF1

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

Shades of Pale Turquoise #BCFAF1

Tints of Pale Turquoise #BCFAF1

Color information

#BCFAF1 (or 0xBCFAF1) is unknown color: approx Pale Turquoise. HEX triplet: BC, FA and F1. RGB value is (188,250,241). Sum of RGB (Red+Green+Blue) = 188+250+241=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF1 is #43050E. Grayscale: #E6E6E6. Windows color (decimal): -4392207 or 15858364. OLE color: 15858364.

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

Color convert

RGB188250241-
CMYK0.2500.040.02
HSL171.29º86.11%85.88%-
HSV(B)171.29º24.8%98.04%-
XYZ70.885.4195.97-
YUV230.44133.9697.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.69%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=27.69%
G=36.82%
B=35.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502410.2500.040.02171.2986.1185.88
HexBCFAF119042ab5656
Octal27437236131042253126126
Binary101111001111101011110001110010100101010101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAF1; }

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

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

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

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

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

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

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

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