#BBF8FB

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

Shades of Pale Turquoise #BBF8FB

Tints of Pale Turquoise #BBF8FB

Color information

#BBF8FB (or 0xBBF8FB) is unknown color: approx Pale Turquoise. HEX triplet: BB, F8 and FB. RGB value is (187,248,251). Sum of RGB (Red+Green+Blue) = 187+248+251=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8FB is #440704. Grayscale: #E6E6E6. Windows color (decimal): -4458245 or 16513211. OLE color: 16513211.

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

Color convert

RGB187248251-
CMYK0.250.0100.02
HSL182.81º88.89%85.88%-
HSV(B)182.81º25.5%98.43%-
XYZ71.4784.66103.84-
YUV230.1139.7997.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.26%
GREEN value IS 248 (97.27% from 255) = 36.15%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=27.26%
G=36.15%
B=36.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872482510.250.0100.02182.8188.8985.88
HexBBF8FB19102b75956
Octal27337037331102267131126
Binary1011101111111000111110111100110101011011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8FB; }

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

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

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

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

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

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

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

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