#BAF7F8

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

Shades of Pale Turquoise #BAF7F8

Tints of Pale Turquoise #BAF7F8

Color information

#BAF7F8 (or 0xBAF7F8) is unknown color: approx Pale Turquoise. HEX triplet: BA, F7 and F8. RGB value is (186,247,248). Sum of RGB (Red+Green+Blue) = 186+247+248=681 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.31% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAF7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7F8 is #450807. Grayscale: #E4E4E4. Windows color (decimal): -4524040 or 16316346. OLE color: 16316346.

HSL color Cylindrical-coordinate representation of color #BAF7F8: hue angle of 180.97º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7F8 is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186247248-
CMYK0.250.0000.03
HSL180.97º81.58%85.1%-
HSV(B)180.97º25%97.25%-
XYZ70.4583.74101.26-
YUV228.88138.7997.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.31%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 248 (97.27% from 255) = 36.42%
R=27.31%
G=36.27%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472480.250.0000.03180.9781.5885.1
HexBAF7F819003b55255
Octal27236737031003265122125
Binary1011101011110111111110001100100111011010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7F8; }

 p { color: rgb(186,247,248); }

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

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

 a { background-color: rgb(186,247,248); }

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

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

 span { border-color: rgb(186,247,248); }

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