#BBFBF5

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

Shades of Pale Turquoise #BBFBF5

Tints of Pale Turquoise #BBFBF5

Color information

#BBFBF5 (or 0xBBFBF5) is unknown color: approx Pale Turquoise. HEX triplet: BB, FB and F5. RGB value is (187,251,245). Sum of RGB (Red+Green+Blue) = 187+251+245=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF5 is #44040A. Grayscale: #E7E7E7. Windows color (decimal): -4457483 or 16120763. OLE color: 16120763.

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

Color convert

RGB187251245-
CMYK0.2500.020.02
HSL174.38º88.89%85.88%-
HSV(B)174.38º25.5%98.43%-
XYZ71.4786.1599.25-
YUV231.18135.896.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.38%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 245 (96.09% from 255) = 35.87%
R=27.38%
G=36.75%
B=35.87%

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
Decimal1872512450.2500.020.02174.3888.8985.88
HexBBFBF519022ae5956
Octal27337336531022256131126
Binary10111011111110111111010111001010101010111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBF5; }

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

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

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

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

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

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

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

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