#BFF6F9

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

Shades of Pale Turquoise #BFF6F9

Tints of Pale Turquoise #BFF6F9

Color information

#BFF6F9 (or 0xBFF6F9) is unknown color: approx Pale Turquoise. HEX triplet: BF, F6 and F9. RGB value is (191,246,249). Sum of RGB (Red+Green+Blue) = 191+246+249=686 (90% of max value = 765). Red value is 191 (75% from 255 or 27.84% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFF6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6F9 is #400906. Grayscale: #E5E5E5. Windows color (decimal): -4196615 or 16381631. OLE color: 16381631.

HSL color Cylindrical-coordinate representation of color #BFF6F9: hue angle of 183.1º 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 #BFF6F9 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191246249-
CMYK0.230.0100.02
HSL183.1º82.86%86.27%-
HSV(B)183.1º23.29%97.65%-
XYZ71.5483.83102.03-
YUV229.9138.78100.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.84%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=27.84%
G=35.86%
B=36.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912462490.230.0100.02183.182.8686.27
HexBFF6F917102b75356
Octal27736637127102267123126
Binary1011111111110110111110011011110101011011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6F9; }

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

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

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

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

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

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

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

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