#BCF3F5

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

Shades of Pale Turquoise #BCF3F5

Tints of Pale Turquoise #BCF3F5

Color information

#BCF3F5 (or 0xBCF3F5) is unknown color: approx Pale Turquoise. HEX triplet: BC, F3 and F5. RGB value is (188,243,245). Sum of RGB (Red+Green+Blue) = 188+243+245=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCF3F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3F5 is #430C0A. Grayscale: #E2E2E2. Windows color (decimal): -4393995 or 16118716. OLE color: 16118716.

HSL color Cylindrical-coordinate representation of color #BCF3F5: hue angle of 182.11º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3F5 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188243245-
CMYK0.230.0100.04
HSL182.11º74.03%84.9%-
HSV(B)182.11º23.27%96.08%-
XYZ69.2781.3998.44-
YUV226.78138.28100.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.81%
GREEN value IS 243 (95.31% from 255) = 35.95%
BLUE value IS 245 (96.09% from 255) = 36.24%
R=27.81%
G=35.95%
B=36.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882432450.230.0100.04182.1174.0384.9
HexBCF3F517104b64a55
Octal27436336527104266112125
Binary10111100111100111111010110111101001011011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3F5; }

 p { color: rgb(188,243,245); }

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

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

 a { background-color: rgb(188,243,245); }

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

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

 span { border-color: rgb(188,243,245); }

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