#bbf8f2

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

Shades of Pale Turquoise #BBF8F2

Tints of Pale Turquoise #BBF8F2

Color information

#BBF8F2 (or 0xBBF8F2) is unknown color: approx Pale Turquoise. HEX triplet: BB, F8 and F2. RGB value is (187,248,242). Sum of RGB (Red+Green+Blue) = 187+248+242=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8F2 is #44070D. Grayscale: #E5E5E5. Windows color (decimal): -4458254 or 15923387. OLE color: 15923387.

HSL color Cylindrical-coordinate representation of color #BBF8F2: hue angle of 174.1º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8F2 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB187248242-
CMYK0.2500.020.03
HSL174.1º81.33%85.29%-
HSV(B)174.1º24.6%97.25%-
XYZ70.0984.1196.55-
YUV229.08135.2997.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.62%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=27.62%
G=36.63%
B=35.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482420.2500.020.03174.181.3385.29
HexBBF8F219023ae5155
Octal27337036231023256121125
Binary10111011111110001111001011001010111010111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbf8f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbf8f2; }

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

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

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

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

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

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

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

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