#BBF7F9

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

Shades of Pale Turquoise #BBF7F9

Tints of Pale Turquoise #BBF7F9

Color information

#BBF7F9 (or 0xBBF7F9) is unknown color: approx Pale Turquoise. HEX triplet: BB, F7 and F9. RGB value is (187,247,249). Sum of RGB (Red+Green+Blue) = 187+247+249=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBF7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7F9 is #440806. Grayscale: #E5E5E5. Windows color (decimal): -4458503 or 16381883. OLE color: 16381883.

HSL color Cylindrical-coordinate representation of color #BBF7F9: hue angle of 181.94º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF7F9 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187247249-
CMYK0.250.0100.02
HSL181.94º83.78%85.49%-
HSV(B)181.94º24.9%97.65%-
XYZ70.8583.93102.09-
YUV229.29139.1297.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.38%
GREEN value IS 247 (96.88% from 255) = 36.16%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=27.38%
G=36.16%
B=36.46%

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
Decimal1872472490.250.0100.02181.9483.7885.49
HexBBF7F919102b65455
Octal27336737131102266124125
Binary1011101111110111111110011100110101011011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7F9; }

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

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

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

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

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

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

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

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