#BBFBF8

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

Shades of Pale Turquoise #BBFBF8

Tints of Pale Turquoise #BBFBF8

Color information

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

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

Color convert

RGB187251248-
CMYK0.2500.010.02
HSL177.19º88.89%85.88%-
HSV(B)177.19º25.5%98.43%-
XYZ71.9386.34101.68-
YUV231.52137.396.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512480.2500.010.02177.1988.8985.88
HexBBFBF819012b15956
Octal27337337031012261131126
Binary1011101111111011111110001100101101011000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBF8; }

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

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

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

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

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

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

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

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