#BBFEF2

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

Shades of Pale Turquoise #BBFEF2

Tints of Pale Turquoise #BBFEF2

Color information

#BBFEF2 (or 0xBBFEF2) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and F2. RGB value is (187,254,242). Sum of RGB (Red+Green+Blue) = 187+254+242=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF2 is #44010D. Grayscale: #E8E8E8. Windows color (decimal): -4456718 or 15924923. OLE color: 15924923.

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

Color convert

RGB187254242-
CMYK0.2600.050.00
HSL169.25º97.1%86.47%-
HSV(B)169.25º26.38%99.61%-
XYZ71.9687.8697.17-
YUV232.6133.395.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.38%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=27.38%
G=37.19%
B=35.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542420.2600.050.00169.2597.186.47
HexBBFEF21A050a96156
Octal27337636232050251141126
Binary10111011111111101111001011010010101010100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEF2; }

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

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

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

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

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

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

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

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