#BBFEF9

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

Shades of Pale Turquoise #BBFEF9

Tints of Pale Turquoise #BBFEF9

Color information

#BBFEF9 (or 0xBBFEF9) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and F9. RGB value is (187,254,249). Sum of RGB (Red+Green+Blue) = 187+254+249=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF9 is #440106. Grayscale: #E9E9E9. Windows color (decimal): -4456711 or 16383675. OLE color: 16383675.

HSL color Cylindrical-coordinate representation of color #BBFEF9: hue angle of 175.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEF9 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB187254249-
CMYK0.2600.020.00
HSL175.52º97.1%86.47%-
HSV(B)175.52º26.38%99.61%-
XYZ73.0388.29102.81-
YUV233.4136.894.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.10%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=27.10%
G=36.81%
B=36.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542490.2600.020.00175.5297.186.47
HexBBFEF91A020b06156
Octal27337637132020260141126
Binary1011101111111110111110011101001001011000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEF9; }

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

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

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

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

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

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

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

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