#BBFBF7

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

Shades of Pale Turquoise #BBFBF7

Tints of Pale Turquoise #BBFBF7

Color information

#BBFBF7 (or 0xBBFBF7) is unknown color: approx Pale Turquoise. HEX triplet: BB, FB and F7. RGB value is (187,251,247). Sum of RGB (Red+Green+Blue) = 187+251+247=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF7 is #440408. Grayscale: #E7E7E7. Windows color (decimal): -4457481 or 16251835. OLE color: 16251835.

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

Color convert

RGB187251247-
CMYK0.2500.020.02
HSL176.25º88.89%85.88%-
HSV(B)176.25º25.5%98.43%-
XYZ71.7886.27100.87-
YUV231.41136.896.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.30%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=27.30%
G=36.64%
B=36.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512470.2500.020.02176.2588.8985.88
HexBBFBF719022b05956
Octal27337336731022260131126
Binary10111011111110111111011111001010101011000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBF7; }

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

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

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

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

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

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

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

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