#BCF4FB

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

Shades of Pale Turquoise #BCF4FB

Tints of Pale Turquoise #BCF4FB

Color information

#BCF4FB (or 0xBCF4FB) is unknown color: approx Pale Turquoise. HEX triplet: BC, F4 and FB. RGB value is (188,244,251). Sum of RGB (Red+Green+Blue) = 188+244+251=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF4FB is #430B04. Grayscale: #E3E3E3. Windows color (decimal): -4393733 or 16512188. OLE color: 16512188.

HSL color Cylindrical-coordinate representation of color #BCF4FB: hue angle of 186.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF4FB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188244251-
CMYK0.250.0300.02
HSL186.67º88.73%86.08%-
HSV(B)186.67º25.1%98.43%-
XYZ70.582.36103.45-
YUV228.05140.9599.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.53%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=27.53%
G=35.72%
B=36.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882442510.250.0300.02186.6788.7386.08
HexBCF4FB19302bb5956
Octal27436437331302273131126
Binary10111100111101001111101111001110101011101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4FB; }

 p { color: rgb(188,244,251); }

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

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

 a { background-color: rgb(188,244,251); }

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

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

 span { border-color: rgb(188,244,251); }

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