#BBFFF8

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

Shades of Pale Turquoise #BBFFF8

Tints of Pale Turquoise #BBFFF8

Color information

#BBFFF8 (or 0xBBFFF8) is unknown color: approx Pale Turquoise. HEX triplet: BB, FF and F8. RGB value is (187,255,248). Sum of RGB (Red+Green+Blue) = 187+255+248=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF8 is #440007. Grayscale: #E9E9E9. Windows color (decimal): -4456456 or 16318395. OLE color: 16318395.

HSL color Cylindrical-coordinate representation of color #BBFFF8: hue angle of 173.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFF8 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB187255248-
CMYK0.2700.030
HSL173.82º100%86.67%-
HSV(B)173.82º26.67%100%-
XYZ73.288.86102.1-
YUV233.87135.9794.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.10%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 248 (97.27% from 255) = 35.94%
R=27.10%
G=36.96%
B=35.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552480.2700.030173.8210086.67
HexBBFFF81B030ae6457
Octal27337737033030256144127
Binary1011101111111111111110001101101101010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFF8; }

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

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

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

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

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

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

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

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