#BBFFF1

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

Shades of Pale Turquoise #BBFFF1

Tints of Pale Turquoise #BBFFF1

Color information

#BBFFF1 (or 0xBBFFF1) is unknown color: approx Pale Turquoise. HEX triplet: BB, FF and F1. RGB value is (187,255,241). Sum of RGB (Red+Green+Blue) = 187+255+241=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF1 is #44000E. Grayscale: #E9E9E9. Windows color (decimal): -4456463 or 15859643. OLE color: 15859643.

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

Color convert

RGB187255241-
CMYK0.2700.050
HSL167.65º100%86.67%-
HSV(B)167.65º26.67%100%-
XYZ72.1388.4496.49-
YUV233.07132.4795.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.38%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=27.38%
G=37.34%
B=35.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552410.2700.050167.6510086.67
HexBBFFF11B050a86457
Octal27337736133050250144127
Binary10111011111111111111000111011010101010100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFF1; }

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

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

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

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

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

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

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

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