#BCF4F9

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

Shades of Pale Turquoise #BCF4F9

Tints of Pale Turquoise #BCF4F9

Color information

#BCF4F9 (or 0xBCF4F9) is unknown color: approx Pale Turquoise. HEX triplet: BC, F4 and F9. RGB value is (188,244,249). Sum of RGB (Red+Green+Blue) = 188+244+249=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCF4F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF4F9 is #430B06. Grayscale: #E3E3E3. Windows color (decimal): -4393735 or 16381116. OLE color: 16381116.

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

Color convert

RGB188244249-
CMYK0.240.0200.02
HSL184.92º83.56%85.69%-
HSV(B)184.92º24.5%97.65%-
XYZ70.1982.23101.8-
YUV227.83139.9599.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.61%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=27.61%
G=35.83%
B=36.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882442490.240.0200.02184.9283.5685.69
HexBCF4F918202b95456
Octal27436437130202271124126
Binary10111100111101001111100111000100101011100110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4F9; }

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

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

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

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

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

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

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

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