#BBF9F8

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

Shades of Pale Turquoise #BBF9F8

Tints of Pale Turquoise #BBF9F8

Color information

#BBF9F8 (or 0xBBF9F8) is unknown color: approx Pale Turquoise. HEX triplet: BB, F9 and F8. RGB value is (187,249,248). Sum of RGB (Red+Green+Blue) = 187+249+248=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9F8 is #440607. Grayscale: #E6E6E6. Windows color (decimal): -4457992 or 16316859. OLE color: 16316859.

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

Color convert

RGB187249248-
CMYK0.2500.000.02
HSL179.03º83.78%85.49%-
HSV(B)179.03º24.9%97.65%-
XYZ71.3185.09101.47-
YUV230.35137.9697.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.34%
GREEN value IS 249 (97.66% from 255) = 36.40%
BLUE value IS 248 (97.27% from 255) = 36.26%
R=27.34%
G=36.40%
B=36.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492480.2500.000.02179.0383.7885.49
HexBBF9F819002b35455
Octal27337137031002263124125
Binary1011101111111001111110001100100101011001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9F8; }

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

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

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

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

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

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

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

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