#BCFFF9

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

Shades of Pale Turquoise #BCFFF9

Tints of Pale Turquoise #BCFFF9

Color information

#BCFFF9 (or 0xBCFFF9) is unknown color: approx Pale Turquoise. HEX triplet: BC, FF and F9. RGB value is (188,255,249). Sum of RGB (Red+Green+Blue) = 188+255+249=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF9 is #430006. Grayscale: #EAEAEA. Windows color (decimal): -4390919 or 16383932. OLE color: 16383932.

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

Color convert

RGB188255249-
CMYK0.2600.020
HSL174.63º100%86.86%-
HSV(B)174.63º26.27%100%-
XYZ73.689.05102.93-
YUV234.28136.394.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.17%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=27.17%
G=36.85%
B=35.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552490.2600.020174.6310086.86
HexBCFFF91A020af6457
Octal27437737132020257144127
Binary1011110011111111111110011101001001010111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFF9; }

 p { color: rgb(188,255,249); }

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

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

 a { background-color: rgb(188,255,249); }

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

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

 span { border-color: rgb(188,255,249); }

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