#BBF8FA

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

Shades of Pale Turquoise #BBF8FA

Tints of Pale Turquoise #BBF8FA

Color information

#BBF8FA (or 0xBBF8FA) is unknown color: approx Pale Turquoise. HEX triplet: BB, F8 and FA. RGB value is (187,248,250). Sum of RGB (Red+Green+Blue) = 187+248+250=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8FA is #440705. Grayscale: #E5E5E5. Windows color (decimal): -4458246 or 16447675. OLE color: 16447675.

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

Color convert

RGB187248250-
CMYK0.250.0100.02
HSL181.9º86.3%85.69%-
HSV(B)181.9º25.2%98.04%-
XYZ71.3284.6103.01-
YUV229.99139.2997.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.30%
GREEN value IS 248 (97.27% from 255) = 36.20%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=27.30%
G=36.20%
B=36.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872482500.250.0100.02181.986.385.69
HexBBF8FA19102b65656
Octal27337037231102266126126
Binary1011101111111000111110101100110101011011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8FA; }

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

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

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

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

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

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

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

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