#BCF9FC

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

Shades of Pale Turquoise #BCF9FC

Tints of Pale Turquoise #BCF9FC

Color information

#BCF9FC (or 0xBCF9FC) is unknown color: approx Pale Turquoise. HEX triplet: BC, F9 and FC. RGB value is (188,249,252). Sum of RGB (Red+Green+Blue) = 188+249+252=689 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.29% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF9FC is #430603. Grayscale: #E7E7E7. Windows color (decimal): -4392452 or 16579004. OLE color: 16579004.

HSL color Cylindrical-coordinate representation of color #BCF9FC: hue angle of 182.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF9FC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188249252-
CMYK0.250.0100.01
HSL182.81º91.43%86.27%-
HSV(B)182.81º25.4%98.82%-
XYZ72.1985.47104.79-
YUV231.1139.7997.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.29%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=27.29%
G=36.14%
B=36.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882492520.250.0100.01182.8191.4386.27
HexBCF9FC19101b75b56
Octal27437137431101267133126
Binary101111001111100111111100110011011011011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9FC; }

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

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

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

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

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

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

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

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