#BFF8F9

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

Shades of Pale Turquoise #BFF8F9

Tints of Pale Turquoise #BFF8F9

Color information

#BFF8F9 (or 0xBFF8F9) is unknown color: approx Pale Turquoise. HEX triplet: BF, F8 and F9. RGB value is (191,248,249). Sum of RGB (Red+Green+Blue) = 191+248+249=688 (91% of max value = 765). Red value is 191 (75% from 255 or 27.76% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFF8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8F9 is #400706. Grayscale: #E7E7E7. Windows color (decimal): -4196103 or 16382143. OLE color: 16382143.

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

Color convert

RGB191248249-
CMYK0.230.0000.02
HSL181.03º82.86%86.27%-
HSV(B)181.03º23.29%97.65%-
XYZ72.1585.05102.24-
YUV231.07138.1299.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.76%
GREEN value IS 248 (97.27% from 255) = 36.05%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=27.76%
G=36.05%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912482490.230.0000.02181.0382.8686.27
HexBFF8F917002b55356
Octal27737037127002265123126
Binary1011111111111000111110011011100101011010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8F9; }

 p { color: rgb(191,248,249); }

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

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

 a { background-color: rgb(191,248,249); }

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

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

 span { border-color: rgb(191,248,249); }

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