#BBF8F6

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

Shades of Pale Turquoise #BBF8F6

Tints of Pale Turquoise #BBF8F6

Color information

#BBF8F6 (or 0xBBF8F6) is unknown color: approx Pale Turquoise. HEX triplet: BB, F8 and F6. RGB value is (187,248,246). Sum of RGB (Red+Green+Blue) = 187+248+246=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8F6 is #440709. Grayscale: #E5E5E5. Windows color (decimal): -4458250 or 16185531. OLE color: 16185531.

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

Color convert

RGB187248246-
CMYK0.2500.010.03
HSL178.03º81.33%85.29%-
HSV(B)178.03º24.6%97.25%-
XYZ70.784.3599.74-
YUV229.53137.2997.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 248 (97.27% from 255) = 36.42%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=27.46%
G=36.42%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482460.2500.010.03178.0381.3385.29
HexBBF8F619013b25155
Octal27337036631013262121125
Binary1011101111111000111101101100101111011001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8F6; }

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

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

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

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

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

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

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

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