#BAFBF9

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

Shades of Pale Turquoise #BAFBF9

Tints of Pale Turquoise #BAFBF9

Color information

#BAFBF9 (or 0xBAFBF9) is unknown color: approx Pale Turquoise. HEX triplet: BA, FB and F9. RGB value is (186,251,249). Sum of RGB (Red+Green+Blue) = 186+251+249=686 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.11% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBF9 is #450406. Grayscale: #E7E7E7. Windows color (decimal): -4523015 or 16382906. OLE color: 16382906.

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

Color convert

RGB186251249-
CMYK0.2600.010.02
HSL178.15º89.04%85.69%-
HSV(B)178.15º25.9%98.43%-
XYZ71.8586.27102.49-
YUV231.34137.9795.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.11%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=27.11%
G=36.59%
B=36.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512490.2600.010.02178.1589.0485.69
HexBAFBF91A012b25956
Octal27237337132012262131126
Binary1011101011111011111110011101001101011001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBF9; }

 p { color: rgb(186,251,249); }

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

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

 a { background-color: rgb(186,251,249); }

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

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

 span { border-color: rgb(186,251,249); }

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