#BAF0F1

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

Shades of Pale Turquoise #BAF0F1

Tints of Pale Turquoise #BAF0F1

Color information

#BAF0F1 (or 0xBAF0F1) is unknown color: approx Pale Turquoise. HEX triplet: BA, F0 and F1. RGB value is (186,240,241). Sum of RGB (Red+Green+Blue) = 186+240+241=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0F1 is #450F0E. Grayscale: #DFDFDF. Windows color (decimal): -4525839 or 15855802. OLE color: 15855802.

HSL color Cylindrical-coordinate representation of color #BAF0F1: hue angle of 181.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0F1 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186240241-
CMYK0.230.0000.05
HSL181.09º66.27%83.73%-
HSV(B)181.09º22.82%94.51%-
XYZ67.2979.1194.94-
YUV223.97137.61100.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.89%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=27.89%
G=35.98%
B=36.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862402410.230.0000.05181.0966.2783.73
HexBAF0F117005b54254
Octal27236036127005265102124
Binary10111010111100001111000110111001011011010110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0F1; }

 p { color: rgb(186,240,241); }

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

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

 a { background-color: rgb(186,240,241); }

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

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

 span { border-color: rgb(186,240,241); }

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