#BAFAF4

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

Shades of Pale Turquoise #BAFAF4

Tints of Pale Turquoise #BAFAF4

Color information

#BAFAF4 (or 0xBAFAF4) is unknown color: approx Pale Turquoise. HEX triplet: BA, FA and F4. RGB value is (186,250,244). Sum of RGB (Red+Green+Blue) = 186+250+244=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAF4 is #45050B. Grayscale: #E6E6E6. Windows color (decimal): -4523276 or 16054970. OLE color: 16054970.

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

Color convert

RGB186250244-
CMYK0.2600.020.02
HSL174.38º86.49%85.49%-
HSV(B)174.38º25.6%98.04%-
XYZ70.7685.3498.33-
YUV230.18135.896.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.35%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 244 (95.70% from 255) = 35.88%
R=27.35%
G=36.76%
B=35.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502440.2600.020.02174.3886.4985.49
HexBAFAF41A022ae5655
Octal27237236432022256126125
Binary10111010111110101111010011010010101010111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAF4; }

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

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

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

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

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

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

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

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