#BAFDF8

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

Shades of Pale Turquoise #BAFDF8

Tints of Pale Turquoise #BAFDF8

Color information

#BAFDF8 (or 0xBAFDF8) is unknown color: approx Pale Turquoise. HEX triplet: BA, FD and F8. RGB value is (186,253,248). Sum of RGB (Red+Green+Blue) = 186+253+248=687 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.07% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF8 is #450207. Grayscale: #E8E8E8. Windows color (decimal): -4522504 or 16317882. OLE color: 16317882.

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

Color convert

RGB186253248-
CMYK0.2600.020.01
HSL175.52º94.37%86.08%-
HSV(B)175.52º26.48%99.22%-
XYZ72.3287.47101.88-
YUV232.4136.894.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.07%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 248 (97.27% from 255) = 36.10%
R=27.07%
G=36.83%
B=36.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532480.2600.020.01175.5294.3786.08
HexBAFDF81A021b05e56
Octal27237537032021260136126
Binary1011101011111101111110001101001011011000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDF8; }

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

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

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

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

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

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

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

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