#BBF7FA

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

Shades of Pale Turquoise #BBF7FA

Tints of Pale Turquoise #BBF7FA

Color information

#BBF7FA (or 0xBBF7FA) is unknown color: approx Pale Turquoise. HEX triplet: BB, F7 and FA. RGB value is (187,247,250). Sum of RGB (Red+Green+Blue) = 187+247+250=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7FA is #440805. Grayscale: #E5E5E5. Windows color (decimal): -4458502 or 16447419. OLE color: 16447419.

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

Color convert

RGB187247250-
CMYK0.250.0100.02
HSL182.86º86.3%85.69%-
HSV(B)182.86º25.2%98.04%-
XYZ71.0183.99102.91-
YUV229.4139.6297.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.34%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=27.34%
G=36.11%
B=36.55%

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
Decimal1872472500.250.0100.02182.8686.385.69
HexBBF7FA19102b75656
Octal27336737231102267126126
Binary1011101111110111111110101100110101011011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7FA; }

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

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

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

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

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

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

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

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