#BBFAF6

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

Shades of Pale Turquoise #BBFAF6

Tints of Pale Turquoise #BBFAF6

Color information

#BBFAF6 (or 0xBBFAF6) is unknown color: approx Pale Turquoise. HEX triplet: BB, FA and F6. RGB value is (187,250,246). Sum of RGB (Red+Green+Blue) = 187+250+246=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF6 is #440509. Grayscale: #E6E6E6. Windows color (decimal): -4457738 or 16186043. OLE color: 16186043.

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

Color convert

RGB187250246-
CMYK0.2500.020.02
HSL176.19º86.3%85.69%-
HSV(B)176.19º25.2%98.04%-
XYZ71.3185.5999.95-
YUV230.71136.6396.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.38%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=27.38%
G=36.60%
B=36.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502460.2500.020.02176.1986.385.69
HexBBFAF619022b05656
Octal27337236631022260126126
Binary10111011111110101111011011001010101011000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAF6; }

 p { color: rgb(187,250,246); }

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

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

 a { background-color: rgb(187,250,246); }

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

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

 span { border-color: rgb(187,250,246); }

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