#BCF6F8

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

Shades of Pale Turquoise #BCF6F8

Tints of Pale Turquoise #BCF6F8

Color information

#BCF6F8 (or 0xBCF6F8) is unknown color: approx Pale Turquoise. HEX triplet: BC, F6 and F8. RGB value is (188,246,248). Sum of RGB (Red+Green+Blue) = 188+246+248=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCF6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6F8 is #430907. Grayscale: #E4E4E4. Windows color (decimal): -4393224 or 16316092. OLE color: 16316092.

HSL color Cylindrical-coordinate representation of color #BCF6F8: hue angle of 182º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6F8 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188246248-
CMYK0.240.0100.03
HSL182º81.08%85.49%-
HSV(B)182º24.19%97.25%-
XYZ70.6483.38101.18-
YUV228.89138.7898.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.57%
GREEN value IS 246 (96.48% from 255) = 36.07%
BLUE value IS 248 (97.27% from 255) = 36.36%
R=27.57%
G=36.07%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882462480.240.0100.0318281.0885.49
HexBCF6F818103b65155
Octal27436637030103266121125
Binary1011110011110110111110001100010111011011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6F8; }

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

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

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

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

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

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

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

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