#BBF5FA

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

Shades of Pale Turquoise #BBF5FA

Tints of Pale Turquoise #BBF5FA

Color information

#BBF5FA (or 0xBBF5FA) is unknown color: approx Pale Turquoise. HEX triplet: BB, F5 and FA. RGB value is (187,245,250). Sum of RGB (Red+Green+Blue) = 187+245+250=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5FA is #440A05. Grayscale: #E4E4E4. Windows color (decimal): -4459014 or 16446907. OLE color: 16446907.

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

Color convert

RGB187245250-
CMYK0.250.0200.02
HSL184.76º86.3%85.69%-
HSV(B)184.76º25.2%98.04%-
XYZ70.482.77102.71-
YUV228.23140.2898.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.42%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=27.42%
G=35.92%
B=36.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872452500.250.0200.02184.7686.385.69
HexBBF5FA19202b95656
Octal27336537231202271126126
Binary10111011111101011111101011001100101011100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5FA; }

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

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

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

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

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

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

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

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