#BBF9FA

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

Shades of Pale Turquoise #BBF9FA

Tints of Pale Turquoise #BBF9FA

Color information

#BBF9FA (or 0xBBF9FA) is unknown color: approx Pale Turquoise. HEX triplet: BB, F9 and FA. RGB value is (187,249,250). Sum of RGB (Red+Green+Blue) = 187+249+250=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9FA is #440605. Grayscale: #E6E6E6. Windows color (decimal): -4457990 or 16447931. OLE color: 16447931.

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

Color convert

RGB187249250-
CMYK0.250.0000.02
HSL180.95º86.3%85.69%-
HSV(B)180.95º25.2%98.04%-
XYZ71.6285.22103.12-
YUV230.58138.9696.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.26%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=27.26%
G=36.30%
B=36.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492500.250.0000.02180.9586.385.69
HexBBF9FA19002b55656
Octal27337137231002265126126
Binary1011101111111001111110101100100101011010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9FA; }

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

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

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

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

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

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

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

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