#BBFBF6

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

Shades of Pale Turquoise #BBFBF6

Tints of Pale Turquoise #BBFBF6

Color information

#BBFBF6 (or 0xBBFBF6) is unknown color: approx Pale Turquoise. HEX triplet: BB, FB and F6. RGB value is (187,251,246). Sum of RGB (Red+Green+Blue) = 187+251+246=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF6 is #440409. Grayscale: #E7E7E7. Windows color (decimal): -4457482 or 16186299. OLE color: 16186299.

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

Color convert

RGB187251246-
CMYK0.2500.020.02
HSL175.31º88.89%85.88%-
HSV(B)175.31º25.5%98.43%-
XYZ71.6386.21100.05-
YUV231.29136.396.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.34%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=27.34%
G=36.70%
B=35.96%

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
Decimal1872512460.2500.020.02175.3188.8985.88
HexBBFBF619022af5956
Octal27337336631022257131126
Binary10111011111110111111011011001010101010111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBF6; }

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

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

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

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

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

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

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

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