#BAFAFF

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

Shades of Pale Turquoise #BAFAFF

Tints of Pale Turquoise #BAFAFF

Color information

#BAFAFF (or 0xBAFAFF) is unknown color: approx Pale Turquoise. HEX triplet: BA, FA and FF. RGB value is (186,250,255). Sum of RGB (Red+Green+Blue) = 186+250+255=691 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.92% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAFF is #450500. Grayscale: #E7E7E7. Windows color (decimal): -4523265 or 16775866. OLE color: 16775866.

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

Color convert

RGB186250255-
CMYK0.270.0200
HSL184.35º100%86.47%-
HSV(B)184.35º27.06%100%-
XYZ72.4986.03107.39-
YUV231.43141.395.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 26.92%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 255 (100% from 255) = 36.90%
R=26.92%
G=36.18%
B=36.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862502550.270.0200184.3510086.47
HexBAFAFF1B200b86456
Octal27237237733200270144126
Binary1011101011111010111111111101110001011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAFF; }

 p { color: rgb(186,250,255); }

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

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

 a { background-color: rgb(186,250,255); }

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

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

 span { border-color: rgb(186,250,255); }

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