#BAFDF3

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

Shades of Pale Turquoise #BAFDF3

Tints of Pale Turquoise #BAFDF3

Color information

#BAFDF3 (or 0xBAFDF3) is unknown color: approx Pale Turquoise. HEX triplet: BA, FD and F3. RGB value is (186,253,243). Sum of RGB (Red+Green+Blue) = 186+253+243=682 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.27% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF3 is #45020C. Grayscale: #E7E7E7. Windows color (decimal): -4522509 or 15990202. OLE color: 15990202.

HSL color Cylindrical-coordinate representation of color #BAFDF3: hue angle of 171.04º 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 #BAFDF3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB186253243-
CMYK0.2600.040.01
HSL171.04º94.37%86.08%-
HSV(B)171.04º26.48%99.22%-
XYZ71.5587.1697.85-
YUV231.83134.395.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.27%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=27.27%
G=37.10%
B=35.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532430.2600.040.01171.0494.3786.08
HexBAFDF31A041ab5e56
Octal27237536332041253136126
Binary10111010111111011111001111010010011010101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDF3; }

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

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

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

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

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

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

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

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