#BBFDF1

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

Shades of Pale Turquoise #BBFDF1

Tints of Pale Turquoise #BBFDF1

Color information

#BBFDF1 (or 0xBBFDF1) is unknown color: approx Pale Turquoise. HEX triplet: BB, FD and F1. RGB value is (187,253,241). Sum of RGB (Red+Green+Blue) = 187+253+241=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF1 is #44020E. Grayscale: #E7E7E7. Windows color (decimal): -4456975 or 15859131. OLE color: 15859131.

HSL color Cylindrical-coordinate representation of color #BBFDF1: hue angle of 169.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDF1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB187253241-
CMYK0.2600.050.01
HSL169.09º94.29%86.27%-
HSV(B)169.09º26.09%99.22%-
XYZ71.587.1796.28-
YUV231.9133.1395.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 253 (99.22% from 255) = 37.15%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=27.46%
G=37.15%
B=35.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532410.2600.050.01169.0994.2986.27
HexBBFDF11A051a95e56
Octal27337536132051251136126
Binary10111011111111011111000111010010111010100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDF1; }

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

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

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

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

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

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

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

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