#BCF0F1

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

Shades of Pale Turquoise #BCF0F1

Tints of Pale Turquoise #BCF0F1

Color information

#BCF0F1 (or 0xBCF0F1) is unknown color: approx Pale Turquoise. HEX triplet: BC, F0 and F1. RGB value is (188,240,241). Sum of RGB (Red+Green+Blue) = 188+240+241=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0F1 is #430F0E. Grayscale: #E0E0E0. Windows color (decimal): -4394767 or 15855804. OLE color: 15855804.

HSL color Cylindrical-coordinate representation of color #BCF0F1: hue angle of 181.13º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0F1 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188240241-
CMYK0.220.0000.05
HSL181.13º65.43%84.12%-
HSV(B)181.13º21.99%94.51%-
XYZ67.7879.3694.97-
YUV224.57137.27101.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=28.10%
G=35.87%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882402410.220.0000.05181.1365.4384.12
HexBCF0F116005b54154
Octal27436036126005265101124
Binary10111100111100001111000110110001011011010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0F1; }

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

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

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

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

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

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

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

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