#BCF6FD

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

Shades of Pale Turquoise #BCF6FD

Tints of Pale Turquoise #BCF6FD

Color information

#BCF6FD (or 0xBCF6FD) is unknown color: approx Pale Turquoise. HEX triplet: BC, F6 and FD. RGB value is (188,246,253). Sum of RGB (Red+Green+Blue) = 188+246+253=687 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.37% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6FD is #430902. Grayscale: #E5E5E5. Windows color (decimal): -4393219 or 16643772. OLE color: 16643772.

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

Color convert

RGB188246253-
CMYK0.260.0300.01
HSL186.46º94.2%86.47%-
HSV(B)186.46º25.69%99.22%-
XYZ71.4283.69105.32-
YUV229.46141.2898.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.37%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=27.37%
G=35.81%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882462530.260.0300.01186.4694.286.47
HexBCF6FD1A301ba5e56
Octal27436637532301272136126
Binary1011110011110110111111011101011011011101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6FD; }

 p { color: rgb(188,246,253); }

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

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

 a { background-color: rgb(188,246,253); }

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

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

 span { border-color: rgb(188,246,253); }

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