#BFF8FB

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

Shades of Pale Turquoise #BFF8FB

Tints of Pale Turquoise #BFF8FB

Color information

#BFF8FB (or 0xBFF8FB) is unknown color: approx Pale Turquoise. HEX triplet: BF, F8 and FB. RGB value is (191,248,251). Sum of RGB (Red+Green+Blue) = 191+248+251=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8FB is #400704. Grayscale: #E7E7E7. Windows color (decimal): -4196101 or 16513215. OLE color: 16513215.

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

Color convert

RGB191248251-
CMYK0.240.0100.02
HSL183º88.24%86.67%-
HSV(B)183º23.9%98.43%-
XYZ72.4785.18103.89-
YUV231.3139.1299.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.68%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=27.68%
G=35.94%
B=36.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912482510.240.0100.0218388.2486.67
HexBFF8FB18102b75857
Octal27737037330102267130127
Binary1011111111111000111110111100010101011011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8FB; }

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

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

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

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

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

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

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

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