#BCF8FE

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

Shades of Pale Turquoise #BCF8FE

Tints of Pale Turquoise #BCF8FE

Color information

#BCF8FE (or 0xBCF8FE) is unknown color: approx Pale Turquoise. HEX triplet: BC, F8 and FE. RGB value is (188,248,254). Sum of RGB (Red+Green+Blue) = 188+248+254=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8FE is #430701. Grayscale: #E6E6E6. Windows color (decimal): -4392706 or 16709820. OLE color: 16709820.

HSL color Cylindrical-coordinate representation of color #BCF8FE: hue angle of 185.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF8FE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188248254-
CMYK0.260.0200.00
HSL185.45º97.06%86.67%-
HSV(B)185.45º25.98%99.61%-
XYZ72.284.98106.36-
YUV230.74141.1297.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.25%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=27.25%
G=35.94%
B=36.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882482540.260.0200.00185.4597.0686.67
HexBCF8FE1A200b96157
Octal27437037632200271141127
Binary1011110011111000111111101101010001011100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8FE; }

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

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

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

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

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

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

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

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