#BAF9F6

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

Shades of Pale Turquoise #BAF9F6

Tints of Pale Turquoise #BAF9F6

Color information

#BAF9F6 (or 0xBAF9F6) is unknown color: approx Pale Turquoise. HEX triplet: BA, F9 and F6. RGB value is (186,249,246). Sum of RGB (Red+Green+Blue) = 186+249+246=681 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.31% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9F6 is #450609. Grayscale: #E5E5E5. Windows color (decimal): -4523530 or 16185786. OLE color: 16185786.

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

Color convert

RGB186249246-
CMYK0.2500.010.02
HSL177.14º84%85.29%-
HSV(B)177.14º25.3%97.65%-
XYZ70.7684.8499.84-
YUV229.82137.1396.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.31%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=27.31%
G=36.56%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862492460.2500.010.02177.148485.29
HexBAF9F619012b15455
Octal27237136631012261124125
Binary1011101011111001111101101100101101011000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9F6; }

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

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

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

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

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

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

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

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